]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/exporter/templates/exporter.html
Several improvements in the exporter. Finished the importer engine. Need to adapt...
[osqa.git] / forum_modules / exporter / templates / exporter.html
index f7bc2ccc5c58e0dc1bdc07f118fe3f93211686da..78c12c7b642d7c9959aa133ce40aabfa38f28e36 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="">
     <table>
     {{ form.as_table }}