Skip to content

Commit 11a3979

Browse files
committed
Admin clone/transform tool: clean up UI
1 parent 7d70873 commit 11a3979

File tree

1 file changed

+3
-7
lines changed
  • django/applications/catmaid/templates/catmaid/import/annotations

1 file changed

+3
-7
lines changed

django/applications/catmaid/templates/catmaid/import/annotations/setup.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
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>
@@ -39,10 +38,7 @@
3938
{% else %}
4039
<input type="submit" value="import"/>
4140
{% endif %}
42-
</p>
43-
</p>
4441
</div>
45-
</div>
4642
</form>
4743
</div>
4844
{% endblock %}

0 commit comments

Comments
 (0)