forked from ScoDoc/ScoDoc
Add check in bul_head
This commit is contained in:
parent
552095b979
commit
77388e2d87
@ -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>
|
||||
@ -67,8 +71,8 @@
|
||||
)}}">version courte spéciale BUT</a>
|
||||
{% endif %}
|
||||
<a style="margin-left: 32px;" class="stdlink"
|
||||
href="{{url_for('notes.validation_rcues',
|
||||
scodoc_dept=g.scodoc_dept, etudid=etud.id,
|
||||
href="{{url_for('notes.validation_rcues',
|
||||
scodoc_dept=g.scodoc_dept, etudid=etud.id,
|
||||
formsemestre_id=formsemestre.id
|
||||
)}}">visualiser les compétences BUT</a>
|
||||
</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