registration: fix link to CGU

This commit is contained in:
Darks 2023-06-20 22:22:43 +02:00 committed by Eragon
parent a582053ba6
commit 45e34718f5
Signed by: Eragon
GPG Key ID: 087126EBFC725006
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>