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:
15
app/post-templates/url.html
Normal file
15
app/post-templates/url.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block inhalt %}
|
||||
<form method="POST" action="qr.html">
|
||||
<label>Wie lautet die URL / Webadresse?<br>(inkl. http...)</label><br />
|
||||
<input type="hidden" name="type" value="url">
|
||||
|
||||
<label for="url">URL:</label>
|
||||
<input type="url" name="url" id="url" 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