💄 simplify .form-download css

This commit is contained in:
neingeist 2021-12-06 17:57:44 +01:00
parent 88d4ed2c8c
commit 488ae1aa71
2 changed files with 6 additions and 10 deletions

View file

@ -19,8 +19,7 @@
{% block app_content %}
<div class="container">
<form class="form-download" method="post" role="form" novalidate>
<form id="form-download" method="post" role="form" novalidate>
<div class="text-center mb-4">
<h1 class="h3 mb-3 font-weight-normal">Sendungsmitschnitt herunterladen</h1>
@ -68,7 +67,6 @@
{{ form.submit(class_="btn btn-primary btn-block mt-4") }}
</form>
</div>
{% endblock %}