]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/sximporter/templates/page.html
0011d1d81091471acab408b9198b91440d12453e
[osqa.git] / forum_modules / sximporter / templates / page.html
1 {% extends "osqaadmin/base.html" %}\r
2 \r
3 {% load i18n %}\r
4 {% load user_tags %}\r
5 \r
6 {% block subtitle %}\r
7     {% trans "SX Importer" %}\r
8 {% endblock %}\r
9 {% block description %}\r
10     {% trans "Welcome to Stack Exchange dump importer." %}\r
11 {% endblock %}\r
12 \r
13 {% block admincontent %}\r
14     <form method="post" action="" enctype="multipart/form-data">\r
15     <input type="file" name="dump" /><br>\r
16     {% trans "Your user id in stack exchange" %}\r
17     <input type="test" name="owneruid" size="3" value="2" /><br />\r
18 \r
19     <input type="checkbox" checked="checked" name="mergesimilar" />\r
20     {% trans "Merge users with same user name and email" %}<br />\r
21 \r
22     <input type="submit" value="submit" />\r
23     </form>\r
24     {% for n in names %}\r
25         <p>{{ n }}</p>\r
26     {% endfor %}\r
27 {% endblock %}