summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--papillon/templates/edit.html2
-rw-r--r--papillon/templates/vote.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html
index b3526dc..9e9712e 100644
--- a/papillon/templates/edit.html
+++ b/papillon/templates/edit.html
@@ -3,6 +3,8 @@
{% load i18n %}
{% load adminmedia %}
+{% block title %}Papillon - {% trans "Edit poll" %} - {{poll.name}}{% endblock %}
+
{% block fullscript %}
<script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";</script>
<script type="text/javascript" src="{%url admin_i18n%}"></script>
diff --git a/papillon/templates/vote.html b/papillon/templates/vote.html
index 5c20e5c..07e3f37 100644
--- a/papillon/templates/vote.html
+++ b/papillon/templates/vote.html
@@ -2,6 +2,8 @@
{% load i18n %}
{% load get_range %}
+{% block title %}Papillon - {{poll.name}}{% endblock %}
+
{% block fullscript %}
<script type="text/javascript" src="{%url admin_i18n%}"></script>
<script type="text/javascript" src="{{admin_url}}js/core.js"></script>