summaryrefslogtreecommitdiff
path: root/papillon/templates/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'papillon/templates/edit.html')
-rw-r--r--papillon/templates/edit.html2
1 files changed, 2 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>