heel wat changes

This commit is contained in:
DaanoGames
2025-04-15 14:59:25 +02:00
parent eda84d13de
commit 095d7abcd9
6 changed files with 22 additions and 18 deletions

View File

@@ -5,12 +5,11 @@ Add service
{% endblock %}
{% block content %}
{% if feedback %}
<p>{{feedback}}</p>
{% endif %}
<form class="bg-body-tertiary" method="POST">
{{ form.hidden_tag() }}
{% if feedback %}
<p class="feedback">{{feedback}}</p>
{% endif %}
<div>
{{ form.name.label }} <br> {{ form.name() }}
</div>