diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html index 7048f96..a6d0a42 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