diff --git a/lms/www/classes/class.html b/lms/www/classes/class.html index c57e9444..1f20a6e4 100644 --- a/lms/www/classes/class.html +++ b/lms/www/classes/class.html @@ -173,7 +173,7 @@ {% endif %} - {% if class_students | length and (is_moderator or is_student) %} + {% if class_students | length and (is_moderator or is_student or is_evaluator) %}
{{ Discussions(class_info) }}
@@ -230,7 +230,7 @@ {% macro Discussions(class_info) %}
- {% set condition = is_moderator or is_student %} + {% set condition = is_moderator or is_student or is_evaluator %} {% set doctype, docname = _("LMS Class"), class_info.name %} {% set single_thread = True %} {% set title = "Discussions" %}