From 2ef9978761a853a4c315ffa91014dcdf9b29e9c4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 27 Apr 2022 17:35:29 +0200 Subject: [PATCH] mv webclass menu --- teleforma/templates/teleforma/base.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index 295aa32c..80dd0aae 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -102,6 +102,10 @@ {% if not user.student or not user.student.get.restricted %}
  • {% trans "Annals" %}
  • + {% if user.professor.count or user.is_superuser %} +
  • Webclass
  • + {% endif %} + {% if periods|length == 1 %}
  •  {% trans "Scripts" %} @@ -133,12 +137,6 @@
  • {% endif %} - {% if user.professor.count or user.is_superuser %} -
  • Webclass
  • - {% endif %} - - - {% if periods|length == 1 %}
  •  {% trans "Scores" %}
  • -- 2.39.5