From 54550d2091d2254fd20fbeefdc82dc56a69611fe Mon Sep 17 00:00:00 2001 From: etienne Date: Mon, 8 Jun 2009 00:15:00 +0000 Subject: Using newforms infor the create form --- 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 16d7a1e..8a09830 100644 --- a/templates/main.html +++ b/templates/main.html @@ -3,8 +3,8 @@ {% block content %} {% if error %}

{{error}}

{%endif%} -

{%trans "Create a poll"%}

-

{% trans "Create a new sondage for take a decision, find a date for a meeting, etc." %} {% trans "It's here!" %}

+

{%trans "Create a poll"%}

+

{% trans "Create a new sondage for take a decision, find a date for a meeting, etc." %} {% trans "It's here!" %}

{% if polls %}

{%trans "Public polls"%}

{%endif%} {% for poll in polls %} -- cgit v1.2.3