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