From c35b127f729015dec19a039ca4173df845cb24eb Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 8 Oct 2008 19:44:15 +0000 Subject: Some minor changes for Django 1.0 --- templates/createOrEdit.html | 2 +- templates/main.html | 2 +- templates/vote.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') 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 %}

{{error}}

{%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 %}

{{poll_type_name}} - {{poll_name}}

-- cgit v1.2.3