diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html index 31896a4..b38286b 100644 --- a/app/templates/macros/topics.html +++ b/app/templates/macros/topics.html @@ -43,7 +43,7 @@ {% if show_author %} by {{ topic.author.display_name }} {% endif %} - {% if topic.author.checkPerm(current_user, "CHANGE_AUTHOR") %} + {% if topic.author == current_user or topic.author.checkPerm(current_user, "CHANGE_AUTHOR") %} | Create {% endif %}