]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/exporter/templates/exporter.html
f7bc2ccc5c58e0dc1bdc07f118fe3f93211686da
[osqa.git] / forum_modules / exporter / templates / exporter.html
1 {% extends basetemplate %}
2
3 {% load i18n %}
4
5 {% block subtitle %}
6     {% trans "XML data exporter" %}
7 {% endblock %}
8 {% block description %}
9     {% trans "Export database to XML format" %}
10 {% endblock %}
11
12 {% block admincontent %}
13 <form method="POST" action="">
14     <table>
15     {{ form.as_table }}
16     </table>
17     <input type="submit" name="start" value="{% trans "Start" %}" />
18 </form>
19 {% endblock %}