Skip to content
Snippets Groups Projects
Verified Commit dc32e0a2 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove doubled save button

parent f6715a7d
No related branches found
No related tags found
1 merge request!2Views
......@@ -16,12 +16,12 @@
<form method="post" action="" id="seating-plan-form">
{% csrf_token %}
{% form form=form %}{% endform %}
{% include "core/partials/save_button.html" %}
{{ formset.management_form }}
{% for form in formset %}
{{ form.as_p }}
{% endfor %}
{% include "core/partials/save_button.html" %}
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment