]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/exporter/templates/exporter.html
adding download update messages functionality, AJAX button
[osqa.git] / forum_modules / exporter / templates / exporter.html
index c7244cb518b227c58ee66e9a66dba98fe475bbdd..d3064805da89c0d0c77d493967dff2beffd741b7 100644 (file)
@@ -10,7 +10,7 @@
 {% endblock %}
 
 {% block admincontent %}
-{% comment %}<p>
+<p>
     <strong>{% trans "Available backups" %}</strong>
 </p>
 <ul>
         {{ b.date }} by {{ b.author }}
     </li>
     {% endfor %}
-</ul>{% endcomment %}
+</ul>
 
 <p>
     <strong>{% trans "Start new backup" %}</strong>
 </p>
 <form method="POST" action="">
+    {% csrf_token %}
     <table>
     {{ form.as_table }}
     </table>