1 {% extends "osqaadmin/base.html" %}
7 {% trans "SX Importer" %}
9 {% block description %}
10 {% trans "Welcome to Stack Exchange dump importer." %}
13 {% block admincontent %}
14 <form method="post" action="" enctype="multipart/form-data">
16 <input type="file" name="dump" /><br>
17 {% trans "Your user id in stack exchange" %}
18 <input type="test" name="owneruid" size="3" value="2" /><br />
20 <input type="checkbox" checked="checked" name="mergesimilar" />
21 {% trans "Merge users with same user name and email" %}<br />
23 <input type="submit" value="submit" />