forked from ScoDoc/ScoDoc
Add check in bul_head
This commit is contained in:
parent
6bc4d6dbb4
commit
7672c3e3c5
@ -18,8 +18,12 @@
|
||||
Bulletin
|
||||
<span class="bull_liensemestre">
|
||||
{{formsemestre.html_link_status() | safe}}
|
||||
{% if formsemestre.etuds_inscriptions[etud.id].parcour %}
|
||||
<span class="parcours">Parcours {{formsemestre.etuds_inscriptions[etud.id].parcour.code}}</span>
|
||||
{% if etud.id in formsemestre.etuds_inscriptions %}
|
||||
{% if formsemestre.etuds_inscriptions[etud.id].parcour %}
|
||||
<span class="parcours">Parcours {{formsemestre.etuds_inscriptions[etud.id].parcour.code}}</span>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<span class="parcours">{{scu.EMO_WARNING|safe}} non inscrit !?</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.6.58"
|
||||
SCOVERSION = "9.6.59"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user