diff --git a/files/templates/comments.html b/files/templates/comments.html index 9b01b873e..e1a442eca 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -437,9 +437,9 @@ {% set url = "" %} {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} - {% set url = "pin_comment" %} + {% set url = "pin_comment_admin" %} {% elif v.id == c.post.author_id %} - {% set url = "pin_comment" %} + {% set url = "pin_comment_op" %} {% elif v.mods_hole(c.post.hole) %} {% set url = "pin_comment_mod" %} {% endif %}