From 8a4b26d2e146369963b060a03ec420945b11022a Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Mon, 28 Mar 2022 00:05:08 +0200 Subject: [PATCH] Fixes #252 --- app/templates/formsemestre_header.html | 2 +- sco_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/formsemestre_header.html b/app/templates/formsemestre_header.html index aa8464ef46..29b9fdc5b2 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 03253f1330..1a2523b664 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"