mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-21 06:33:29 +01:00
Variante mit POST-REQUESTS ergänzt und Dockerfiles auf POST umgestellt
This commit is contained in:
12
app/post-templates/tel.html
Normal file
12
app/post-templates/tel.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block inhalt %}
|
||||
<form method="POST" action="qr.html">
|
||||
<label for="tel">Bitte Telefonnummer eingeben:</label><br>
|
||||
<input type="hidden" name="type" value="tel" required>
|
||||
<input type="tel" name="tel" id="tel" size="30" maxlength="30">
|
||||
<br><br>
|
||||
<button type="reset">Eingaben zurücksetzen</button>
|
||||
<button type="submit">Eingaben absenden</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user