More forms testing

This commit is contained in:
2025-04-01 12:08:56 +02:00
parent f660a33425
commit 6e9df34452
4 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
<h1>Hallo</h1>
<form method="POST">
{{ form.hidden_tag() }}
{{ form.naam.label }} {{form.naam}}
{{ form.name.label }} {{form.name}}
<br>
{{ form.url.label}} {{form.url}}
<br>