This commit is contained in:
Dennis
2024-02-21 14:13:27 +01:00
parent bea46a4ecd
commit 8fff8fdcaa
3 changed files with 99 additions and 522 deletions

View File

@@ -7,6 +7,7 @@
<form method="post" action="/" enctype="multipart/form-data">
{{ form.csrf_token }}
<p>{{ form.ac.label }} {{ form.ac() }}</p>
<p>{{ form.critRange.label }} {{ form.critRange() }}</p>
<p>{{ form.advantage.label }} {{ form.advantage }}</p>
<p>{{ form.chatTekst.label }} {{ form.chatTekst(rows='40',cols='60') }}</p>
<p><input type="submit" value="Submit"></p>