summaryrefslogtreecommitdiff
path: root/templates/createOrEdit.html
diff options
context:
space:
mode:
authoretienne2008-12-02 22:19:02 +0000
committeretienne2008-12-02 22:19:02 +0000
commit7ecbc6bf2ba614afee40d344d9191abd5f371db4 (patch)
tree2fc410308ee593cb82a544047799468a7f050329 /templates/createOrEdit.html
parentc43645bb0dab22f9b2fd368f60ea6d7b14ddc44a (diff)
Modification of choices
Diffstat (limited to 'templates/createOrEdit.html')
-rw-r--r--templates/createOrEdit.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<th>{% trans "Choices" %}</th><th>{% trans "Label" %}</th><th>{% trans "Limit" %}</th><th>{% trans "Delete?"%}</th>
</tr>
{% for choice in choices %}<tr>
- <td>&nbsp;</td><td>{{choice.name}}</td><td>{%if choice.limit%}{% blocktrans with choice.limit as choice_limit%}Limited to {{choice_limit}} vote(s){% endblocktrans %}{%endif%}</td><td><input type='checkbox' name='delete_{{choice.id}}'/></td>
+ <td>&nbsp;</td><td><input type='text' name='modify_{{choice.id}}' value="{{choice.name}}"/></td><td>{%if choice.limit%}{% blocktrans with choice.limit as choice_limit%}Limited to {{choice_limit}} vote(s){% endblocktrans %}{%endif%}</td><td><input type='checkbox' name='delete_{{choice.id}}'/></td>
</tr>
{% endfor %}{% endif %}
<tr>