From c6a241a7665bcfd918b4d670b03320571ce6697d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kon=C4=8Dick=C3=BD?= Date: Thu, 18 Mar 2021 18:49:07 +0100 Subject: [PATCH] Topic: Teachers can edit topic from the topic itself --- templates/topic.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/topic.html b/templates/topic.html index 47e27db..8e8f998 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -11,6 +11,7 @@ Back to the course {% if g.is_teacher %} Teacher's summary + Edit topic {% elif g.is_grader %} Grade {% endif %} -- GitLab