Bild eingefügt, Format der Seiten verbessert

This commit is contained in:
Patrick Hangl
2024-01-15 13:37:51 +01:00
parent fdac7b05ea
commit c5d8f2d6cf
4 changed files with 37 additions and 15 deletions

View File

@@ -5,24 +5,36 @@
{% endblock %}
{% block content %}
<center>
<br><br>
<h1>Trauzeugen-Antragsformular 38b/2</h1>
<form action='#' method='post'>
<br>
<br><br>
<p> Name:</p>
<p><input type='text' name='name' /></p>
<p> Email:</p>
<p><input type='text' name='email' /></p>
<br><br>
<h5>Glatze vorhanden und entspiegelt?</h5>
<br>
<p><input type='submit' value='submit' /></p>
</form>
<input type="radio" class="btn-check" name="options-base" id="option1" autocomplete="off" checked>
<label class="btn" for="option1">Ja!</label>
<input type="radio" class="btn-check" name="options-base" id="option5" autocomplete="off" checked>
<label class="btn" for="option5">Fuck yes!</label>
<input type="radio" class="btn-check" name="options-base" id="option2" autocomplete="off">
<label class="btn" for="option2">Nein!</label>
<br><br>
<h5>Bock auf ein Trauzeugen-Happening am 20.07.24?</h5>
<br><br>
<input type="radio" class="btn-check" name="options-base2" id="option3" autocomplete="off" checked>
<label class="btn" for="option3">Fuck yes!</label>
<input type="radio" class="btn-check" name="options-base" id="option6" autocomplete="off">
<label class="btn" for="option6">Fuck no!</label>
<input type="radio" class="btn-check" name="options-base2" id="option4" autocomplete="off">
<label class="btn" for="option4">Fuck no!</label>
<input type="radio" class="btn-check" name="options-base" id="option7" autocomplete="off">
<label class="btn" for="option7">Fuck you!</label><br><br>
<button type="button" class="btn btn-primary">Submit</button>
<input type="radio" class="btn-check" name="options-base2" id="option5" autocomplete="off">
<label class="btn" for="option5">Fuck you!</label><br><br>
<p><input type='submit' value='Antrag einreichen' /></p>
</form>
</center>
{% endblock %}