]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/exporter/templates/importer.html
Several improvements in the exporter. Finished the importer engine. Need to adapt...
[osqa.git] / forum_modules / exporter / templates / importer.html
1 {% extends basetemplate %}
2
3 {% load i18n %}
4
5 {% block subtitle %}
6     {% trans "XML data importer" %}
7 {% endblock %}
8 {% block description %}
9     {% trans "Import data from dump file" %}
10 {% endblock %}
11
12 {% block admincontent %}
13
14 {% endblock %}