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:
@@ -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" %}
|
||||
|
Reference in New Issue
Block a user