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/edit.html | 62 ----------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 templates/edit.html (limited to 'templates/edit.html') diff --git a/templates/edit.html b/templates/edit.html deleted file mode 100644 index 7ef4f14..0000000 --- a/templates/edit.html +++ /dev/null @@ -1,62 +0,0 @@ -{% extends "base.html" %} -{% load markup %} -{% load i18n %} - -{% block fullscript %} - - - -{{ form.media }} -{% endblock %} - -{% block content %} -

{% trans "Edit poll" %}

-
- - - - - - - - - - - - - - - - - {% for field in form %} - {% if field.is_hidden %} - {{field}} - {% else %} - - - - - {% if field.help_text %}{%endif%} - - {% endif %} - {% endfor %} - - - - -
-{{root_url}}poll/{{poll.base_url}} -

-{% trans "Copy this address and send it to voters who want to participate to this poll" %} -

-{{root_url}}edit/{{poll.admin_url}} -

- {% trans "Address to modify the current poll" %} -

-{{root_url}}editChoicesAdmin/{{poll.admin_url}} -

- {% trans "Address to modify choices of the current poll." %} -

{{field.errors}}
{{field.label_tag}}{{field}}{{field.help_text|markdown}}
-
- -{% endblock %} -- cgit v1.2.3