ajout lien vers la page des CGV

This commit is contained in:
TitouanDor
2026-05-29 19:08:29 +02:00
parent 2ee53d201e
commit 631cfd7fdc
@@ -69,7 +69,7 @@
<input type="checkbox" id="cgv" name="cgv" required> <input type="checkbox" id="cgv" name="cgv" required>
<label for="cgv"> <label for="cgv">
{% trans trimmed %}I have read and I accept{% endtrans %} {% trans trimmed %}I have read and I accept{% endtrans %}
<a href="">{% trans %}the general terms and conditions{% endtrans%}</a> <a href="{{ url('core:page', 'cgu') }}">{% trans %}the general terms and conditions{% endtrans%}</a>
{%trans%}of the student association of the UTBM{% endtrans %} {%trans%}of the student association of the UTBM{% endtrans %}
</label> </label>
</div> </div>