diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html
index 432867d..7048f96 100644
--- a/app/templates/macros/topics.html
+++ b/app/templates/macros/topics.html
@@ -23,10 +23,12 @@
{{ topic.name or ""}} |
{{ topic.created_at | date }} |
-
- Create
-
+ {% if topic.author.checkPerm(current_user, "CHANGE_AUTHOR") %}
+
+ Create
+
+ {% endif %}
{% if show_discard and current_user.is_authenticated and topic.checkPerm(current_user, "TOPIC_DISCARD") %}
{% if topic.discarded %}
|