From 7ecbc6bf2ba614afee40d344d9191abd5f371db4 Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 2 Dec 2008 22:19:02 +0000 Subject: Modification of choices --- templates/createOrEdit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/createOrEdit.html') diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index e76decd..4cc7420 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -52,7 +52,7 @@ {% trans "Choices" %}{% trans "Label" %}{% trans "Limit" %}{% trans "Delete?"%} {% for choice in choices %} -  {{choice.name}}{%if choice.limit%}{% blocktrans with choice.limit as choice_limit%}Limited to {{choice_limit}} vote(s){% endblocktrans %}{%endif%} +  {%if choice.limit%}{% blocktrans with choice.limit as choice_limit%}Limited to {{choice_limit}} vote(s){% endblocktrans %}{%endif%} {% endfor %}{% endif %} -- cgit v1.2.3