summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoretienne2008-10-08 19:44:15 +0000
committeretienne2008-10-08 19:44:15 +0000
commitc35b127f729015dec19a039ca4173df845cb24eb (patch)
tree7885552d4f93c492732a467db562fe59e5f69c61 /templates
parent5b13731e4c899e86cabf3c6eb7e343b178d70f05 (diff)
Some minor changes for Django 1.0
Diffstat (limited to 'templates')
-rw-r--r--templates/createOrEdit.html2
-rw-r--r--templates/main.html2
-rw-r--r--templates/vote.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html
index 0c223ff..e76decd 100644
--- a/templates/createOrEdit.html
+++ b/templates/createOrEdit.html
@@ -1,5 +1,5 @@
-{% load i18n %}
{% extends "base.html" %}
+{% load i18n %}
{% block content %}
{% if not new and not choices %}
diff --git a/templates/main.html b/templates/main.html
index 0ca4536..05c8b95 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,5 +1,5 @@
-{% load i18n %}
{% extends "base.html" %}
+{% load i18n %}
{% block content %}
{% if error %}<p class='error'>{{error}}</p>{%endif%}
diff --git a/templates/vote.html b/templates/vote.html
index 3ca4e34..f3f1e1d 100644
--- a/templates/vote.html
+++ b/templates/vote.html
@@ -1,5 +1,5 @@
-{% load i18n %}
{% extends "base.html" %}
+{% load i18n %}
{% block content %}
<h2>{{poll_type_name}} - {{poll_name}}</h2>