diff options
Diffstat (limited to 'templates/create.html')
-rw-r--r-- | templates/create.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/create.html b/templates/create.html index 0b779db..7c3d2b3 100644 --- a/templates/create.html +++ b/templates/create.html @@ -2,6 +2,11 @@ {% load i18n %} {% load markup %} +{% block fullscript %} + {{ form.media }} +{% endblock %} + + {% block content %} <h2>{% trans "New poll" %}</h2> <form action="" method="post"> |