From: Yoan Le Clanche Date: Thu, 3 Oct 2024 09:38:49 +0000 (+0200) Subject: Update profile info : https://trackers.pilotsystems.net/prebarreau/0853 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0213fc985d06d231ac877291840de3faa2c57685;p=teleforma.git Update profile info : https://trackers.pilotsystems.net/prebarreau/0853 --- diff --git a/teleforma/templates/teleforma/profile_detail.html b/teleforma/templates/teleforma/profile_detail.html index d1833c64..bf106359 100644 --- a/teleforma/templates/teleforma/profile_detail.html +++ b/teleforma/templates/teleforma/profile_detail.html @@ -69,11 +69,9 @@
{% trans "Trainings" %}
{% for training in usr.student.get.trainings.all %}{{ training }}
{% endfor %}
{% trans "Platform only" %}
{{ usr.student.get.platform_only|yes_no }}
{% trans "Procedure"%}
{{ usr.student.get.procedure}}
-
{% trans "Oral spe"%}
{{ usr.student.get.oral_speciality }}
{% trans "Written spe"%}
{{ usr.student.get.written_speciality }}
-
{% trans "Oral 1"%}
{{ usr.student.get.oral_1 }}
-
{% trans "Oral 2"%}
{{ usr.student.get.oral_2 }}
-
{% trans "Options"%}
{{ usr.student.get.options }}
+
{% trans "Oral"%}
{{ usr.student.get.oral_1 }}
+
{% trans "Options"%}
{% if usr.student.get.fascicule %}Envoi de fascicule{% endif %}
{% endif %} {% if user.is_staff or user.is_superuser or usr == user %}