Download of Videos is now possible. Minor styling changes.

This commit is contained in:
Maximilian Wagner
2023-08-03 10:50:16 +02:00
parent 06bb8d22dd
commit c03d0bd6d9
7 changed files with 40 additions and 82 deletions

View File

@@ -2,18 +2,15 @@
{% block content %}
{{ super() }}
<div class="container">
<div class="card" style="width: fit-content">
<ul class="list-group list-group-flush">
<li class="list-group-item">
<form method="POST">
{{ form.csrf_token }}
{{ form.url.label }} <br>
{{ form.url }}
{{ form.submit }}
</form>
</li>
</ul>
<div class="container-fluid" style="width: fit-content; align-self: flex-start">
<div class="table-bordered" style="padding: .5cm">
<form method="POST" class="form-group">
{{ form.csrf_token }}
{{ form.url.label(class_="form-text") }} <br>
{{ form.url(class_="form-control") }} <br>
{{ form.ext(class_="form-control") }} <br>
{{ form.submit(class_="btn primary") }}
</form>
</div>
{% if form.errors %}