diff --git a/app/templates/formsemestre_header.html b/app/templates/formsemestre_header.html index aa8464ef..29b9fdc5 100644 --- a/app/templates/formsemestre_header.html +++ b/app/templates/formsemestre_header.html @@ -21,7 +21,7 @@ title="{{sco.sem.responsables_str(abbrev_prenom=False)}}">{{sco.sem.responsables_str()}} {{sco.sem.inscriptions|length}} inscrits{% if - sco.sem.etat %}{{sco.scu.icontag("lock_img", border="0", title="Semestre verrouillé")|safe}}{% endif %} {% if sco.prefs["bul_display_publication"] %} diff --git a/sco_version.py b/sco_version.py index 03253f13..1a2523b6 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.2.86" +SCOVERSION = "9.2.87" SCONAME = "ScoDoc"