From 95729368a48257b110ea33dfb005785f8ed6734f Mon Sep 17 00:00:00 2001 From: etienne Date: Sat, 27 Mar 2010 17:06:03 +0000 Subject: Rearrange directories - include documentation --- templates/editChoicesUser.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 templates/editChoicesUser.html (limited to 'templates/editChoicesUser.html') diff --git a/templates/editChoicesUser.html b/templates/editChoicesUser.html deleted file mode 100644 index 0d2b2c1..0000000 --- a/templates/editChoicesUser.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "base.html" %} -{% load markup %} -{% load i18n %} - -{% block fullscript %} - - - -{{ form_new_choice.media }} -{% endblock %} - -{% block content %} -

{%trans "Return to the poll"%}

-

{% trans "Choices" %}

-{% if choices %} - - - - - {% for choice in choices %} - - - {% endfor %} -
{% trans "Label" %}{% trans "Limit" %}
{%if poll.dated_choices%}{{choice.date|date:_("DATETIME_FORMAT")}}{%else%}{{choice.name}}{%endif%}{% if choice.limit %}{% trans "Limited to"%} {{choice.limit}} {% trans "vote(s)" %}{% endif %}
-{% endif %} -{% include 'editChoices.html' %} -{% endblock %} -- cgit v1.2.3