service works!

This commit is contained in:
DaanoGames
2025-04-15 23:16:16 +02:00
parent 095d7abcd9
commit 5f4263b5ea
4 changed files with 27 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ Register
{% block content %}
<form class="bg-body-tertiary" method="POST">
{{ form.hidden_tag() }}
{% if feedback="User succesfully added" %}
<p class="succes">{{feedback}}</p>
{% endif %}
{% if feedback %}
<p class="feedback">{{feedback}}</p>
{% endif %}