File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
django/applications/catmaid/templates/catmaid/import/annotations Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 2020 < p > Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }}</ p >
2121
2222 < form action ="" method ="post "> {% csrf_token %}
23- < div class ="module ">
2423 {% block setup_content %}
2524 {% endblock %}
2625
27- < div class =" aligned " >
26+ < table >
2827 {{ wizard.management_form }}
2928 {{ wizard.form }}
30- </ div >
29+ </ table >
30+
3131 < div class ="submit-row ">
32- < p >
3332 {% if wizard.steps.prev %}
3433 < button name ="wizard_goto_step " type ="submit " value ="{{ wizard.steps.first }} "> {% trans "first step" %}</ button >
3534 < button name ="wizard_goto_step " type ="submit " value ="{{ wizard.steps.prev }} "> {% trans "prev step" %}</ button >
3938 {% else %}
4039 < input type ="submit " value ="import "/>
4140 {% endif %}
42- </ p >
43- </ p >
4441 </ div >
45- </ div >
4642 </ form >
4743</ div >
4844{% endblock %}
You can’t perform that action at this time.
0 commit comments