add element web

This commit is contained in:
Aron Petau 2025-11-05 14:55:11 +01:00
parent 98417edd8b
commit 000ec5d25f
9 changed files with 209 additions and 236 deletions

View file

@ -2,7 +2,7 @@
<!-- templates/result.html -->
{% extends "base.html" %}
{% block title %}Druckkosten Ergebnis Studio EinsZwoVier{% endblock %}
{% block title %}Druckkosten Ergebnis studio einszwovier{% endblock %}
{% block content %}
<div class="container">
@ -70,7 +70,8 @@
<input type="text" id="name" name="name" required placeholder="Dein Name">
<label for="comment"><strong>Zusätzliche Hinweise:</strong></label>
<textarea id="comment" name="comment" rows="4" placeholder="z.&nbsp;B. doppelseitig oder spezielles Papier"></textarea>
<textarea id="comment" name="comment" rows="4"
placeholder="z.&nbsp;B. doppelseitig oder spezielles Papier"></textarea>
<button type="submit">Auftrag senden</button>
</form>
@ -79,4 +80,4 @@
<a href="/">Neues PDF hochladen</a>
</div>
</div>
{% endblock %}
{% endblock %}