summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>