@@ -10,6 +10,19 @@
+ {% if user|has_role:'system_admin' or user|has_role:'professor' and user == forum.topic.owner %}
+
+ {% endif %}
{{ answer.user }}
diff --git a/forum/templates/post_list.html b/forum/templates/post_list.html
index a226a02..ac6e36b 100644
--- a/forum/templates/post_list.html
+++ b/forum/templates/post_list.html
@@ -1,4 +1,4 @@
-{% load i18n %}
+{% load i18n permission_tags %}
{% if posts|length > 0 %}