Cleanup snip templates

This commit is contained in:
Tim
2023-04-04 01:39:08 +02:00
parent a35991f955
commit 6442f96b9c
3 changed files with 10 additions and 30 deletions

View File

@ -2,11 +2,5 @@
{% block body %}
<h2>{{ snip }}</h2>
<div class="container">
<div class="row">
<div class="col-md-12">
{{ form(form) }}
</div>
</div>
</div>
{{ form(form) }}
{% endblock %}