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/main.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 templates/main.html (limited to 'templates/main.html') diff --git a/templates/main.html b/templates/main.html deleted file mode 100644 index 8a09830..0000000 --- a/templates/main.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block content %} -{% if error %}

{{error}}

{%endif%} -

{%trans "Create a poll"%}

-

{% trans "Create a new sondage for take a decision, find a date for a meeting, etc." %} {% trans "It's here!" %}

- -{% if polls %}

{%trans "Public polls"%}

{%endif%} -{% for poll in polls %} -
-

{{poll.name}}

-

{{poll.description}}

-
-{% endfor %} - -{% if categories %}

{%trans "Categories"%}

{% endif %} -{% for category in categories %} -

{{category.name}}

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