From 80b30ee1f188824f411b2e84673008a8d1383e7a Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 7 Dec 2008 16:38:26 +0000 Subject: Migration to sqlite - Hide results to new voters --- templates/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/main.html') diff --git a/templates/main.html b/templates/main.html index 6c1e09d..43586f4 100644 --- a/templates/main.html +++ b/templates/main.html @@ -6,10 +6,10 @@

{%trans "Create a poll"%}

{% trans "Create a new sondage for take a decision, find a date for a meeting, etc." %} {% trans "Create it!" %}

-{% if polls %}

{%trans "Polls"%}

{%endif%} +{% if polls %}

{%trans "Public polls"%}

{%endif%} {% for poll in polls %}
-

{{poll.name}}

+

{{poll.name}}

{{poll.description}}

{% endfor %} -- cgit v1.2.3