registration: fix link to CGU

This commit is contained in:
Darks 2023-06-20 22:22:43 +02:00
parent 4231b3084e
commit 14e81bdfb5
Signed by: Darks
GPG Key ID: 7515644268BE1433
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{% endfor %}
</div>
<div>
{{ form.guidelines.label }}
<label for="guidelines">J'accepte les <a href="#">CGU</a></label>
{{ form.guidelines() }}
{% for error in form.guidelines.errors %}
<span class="msgerror">{{ error }}</span>