From: Guillaume Pellerin Date: Thu, 26 Jun 2025 07:25:21 +0000 (+0200) Subject: webclasses X-Git-Tag: 2.14.1~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e50a5fd089cf05d31b3024feaed44071ab03cdbd;p=teleforma.git webclasses --- diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index 2766b104..879f3529 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -108,7 +108,7 @@
  • {% trans "Annals" %}
  • {% if user.professor.count or user.is_superuser %} -
  • Webclass
  • +
  • Webclasses
  • {% endif %} {% if periods|length == 1 %} diff --git a/teleforma/templates/teleforma/course_detail.html b/teleforma/templates/teleforma/course_detail.html index 989dd767..bc2007df 100644 --- a/teleforma/templates/teleforma/course_detail.html +++ b/teleforma/templates/teleforma/course_detail.html @@ -97,7 +97,6 @@
    Corrections de copies{% if course.description %} - {{ course.description }}{% endif %} {% if user.is_staff or user.professor.count %}Créer une correction de copie{% endif %} -
    {% block webclass_corrections %} {% include "webclass/inc/webclass_corrections_list.html" %}