]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/exporter/templates/exporter.html
make the karma history positive & negative reputation blocks use CSS min-width instea...
[osqa.git] / forum_modules / exporter / templates / exporter.html
index f7bc2ccc5c58e0dc1bdc07f118fe3f93211686da..d3064805da89c0d0c77d493967dff2beffd741b7 100644 (file)
 {% endblock %}
 
 {% block admincontent %}
+<p>
+    <strong>{% trans "Available backups" %}</strong>
+</p>
+<ul>
+    {% for b in available %}
+    <li>
+        {{ b.date }} by {{ b.author }}
+    </li>
+    {% endfor %}
+</ul>
+
+<p>
+    <strong>{% trans "Start new backup" %}</strong>
+</p>
 <form method="POST" action="">
+    {% csrf_token %}
     <table>
     {{ form.as_table }}
     </table>