From f7fd3f884d4b1571efa122ddab2c7d4d0b925518 Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 21 Feb 2010 15:42:51 +0000 Subject: Reorganize the project folder #76 git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@59 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- templates/edit.html | 52 ---------------------------------------------------- 1 file changed, 52 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 1378a63..0000000 --- a/templates/edit.html +++ /dev/null @@ -1,52 +0,0 @@ -{% extends "base_user.html" %} -{% load i18n %} -{% block message_map %}{% endblock %} -{% block message_edit%}
{{block.super}}{% endblock %} - -{% block content %}{{ block.super }} -{% if error_message %}

{{ error_message }}

{% endif %} -
-{% trans "Add a new site" %} -

* {% trans "indicates a mandatory field" %}

-
-
- - {{ form.name.errors }} - {{ form.name }} -
-
- - {{ form.subcategory.errors }} - -
-
- - {%if form.point.errors %}
  • {% trans "Select a location for this new site" %}
{%endif%} - {{form.point}} -
-
- - {{ form.picture.errors }} - {{ form.picture }} -
-{%for field in form%}{%for property in properties%}{%ifequal field.name property%} -
- - {{ field.errors }} - {{ field }} -
-{%endifequal%}{%endfor%}{%endfor%} -

-
-
-
-{% endblock %} -- cgit v1.2.3