more smol changes/cleanup

This commit is contained in:
DaanoGames
2025-04-15 23:25:43 +02:00
parent 5f4263b5ea
commit bc9b26a205
3 changed files with 0 additions and 23 deletions

View File

@@ -7,9 +7,6 @@ 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 %}