diff --git a/courses/templates/topic/index.html b/courses/templates/topic/index.html
index d35b5a9..b6b5240 100644
--- a/courses/templates/topic/index.html
+++ b/courses/templates/topic/index.html
@@ -50,19 +50,23 @@
-
+
{{subject}}
-
- {% if user|has_role:'system_admin' or user in subject.professors %}
-
{% trans "edit" %}
- {% endif %}
-
-
- {% if user|has_role:'system_admin' or user in subject.professors %}
-
{% trans "delete" %}
- {% endif %}
-
+
+ {% if user|has_role:'system_admin' or user in subject.professors %}
+
+
+
+
+ {% endif %}
+
@@ -108,11 +112,10 @@
{% else %}
-
-
+
-
- {{form.pdf}}
+ {{ form.as_p }}
--
libgit2 0.21.2