From 95c2f32086b98edcdc1121bb936cfdefa1ee33bf Mon Sep 17 00:00:00 2001 From: etienne Date: Thu, 21 Aug 2008 00:40:10 +0000 Subject: Implementation of the 3 choices poll --- templates/createOrEdit.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'templates/createOrEdit.html') diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index 12d9d9d..4eecaa2 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -34,21 +34,20 @@ {% if new %}{% else %}{{poll_desc}}{% endif %} {% trans "Precise description of the poll" %} -
  • {% trans "Poll is the appropriate type for a simple multi-choice poll" %}
  • {% trans "Balanced poll lets voters setting negative vote for some choices" %}
  • -
  • {% trans "One choice poll" %}
  • + - !--> - + {% if not new %}{% if choices %} {% trans "Choices" %} {% trans "Delete?"%} -- cgit v1.2.3