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