From e5aea35fc7cb68a8fffcaddc1fa916b2a6edd823 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sun, 10 Oct 2010 12:56:21 -0700 Subject: [PATCH] forgot template file --- helios/templates/election_badge.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helios/templates/election_badge.html diff --git a/helios/templates/election_badge.html b/helios/templates/election_badge.html new file mode 100644 index 0000000..dcdc4c2 --- /dev/null +++ b/helios/templates/election_badge.html @@ -0,0 +1,3 @@ +<h3 style="padding:0; margin:0">{{election.name}}</h3> +<b>{{election.num_cast_votes}}</b> cast votes. [<a href="{{election_url}}">vote!</a>]<br /> +<span style="font-size:0.7em;">powered by <a href="http://heliosvoting.org">Helios Voting</a></span> -- GitLab