Verlinkung mit finaler Seite eingebaut
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action='#' method='post'>
|
||||
<br>
|
||||
<p> Name:</p>
|
||||
<p><input type='text' name='name' /></p>
|
||||
<p> Email:</p>
|
||||
<p><input type='text' name='email' /></p>
|
||||
<br>
|
||||
<p><input type='submit' value='submit' /></p>
|
||||
</form>
|
||||
|
||||
<input type="radio" class="btn-check" name="options-base" id="option5" autocomplete="off" checked>
|
||||
<label class="btn" for="option5">Fuck yes!</label>
|
||||
|
||||
@@ -12,7 +22,7 @@
|
||||
<label class="btn" for="option6">Fuck no!</label>
|
||||
|
||||
<input type="radio" class="btn-check" name="options-base" id="option7" autocomplete="off">
|
||||
<label class="btn" for="option7">Fuck you!</label>
|
||||
<label class="btn" for="option7">Fuck you!</label><br><br>
|
||||
|
||||
<button type="button" class="btn btn-primary">Submit</button>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user