1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-09-01 01:15:23 +02:00

Answers to survey

This commit is contained in:
Ehouarn
2025-08-29 17:13:52 +02:00
parent 4da87872bd
commit 55be3c9836
3 changed files with 100 additions and 80 deletions

View File

@@ -37,11 +37,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
</a>
{% endif %}
{% else %}
{% if registration.validated %}
<a class="btn btn-warning" href="{% url "wei:wei_update_registration" pk=my_registration.pk %}"
data-turbolinks="false">
{% trans "Update my registration" %}
</a>
{% if not not_first_year %}
{% endif %}
{% if my_registration.first_year %}
{% if not survey_complete %}
<a class="btn btn-warning" href="{% url "wei:wei_survey" pk=my_registration.pk %}" data-turbolinks="false">
{% trans "Continue survey" %}