diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html
index 7048f969..a6d0a429 100644
--- a/app/templates/macros/topics.html
+++ b/app/templates/macros/topics.html
@@ -23,7 +23,7 @@
{{ topic.name or ""}} |
{{ topic.created_at | date }} |
- {% if topic.author.checkPerm(current_user, "CHANGE_AUTHOR") %}
+ {% if current_user == topic.author or topic.author.checkPerm(current_user, "CHANGE_AUTHOR") %}
Create
|