diff --git a/public_html/templates/post.tpl b/public_html/templates/post.tpl index fcfccd35..5727f2b5 100644 --- a/public_html/templates/post.tpl +++ b/public_html/templates/post.tpl @@ -225,7 +225,7 @@ if (forceHttpInPermalinks > 0) { <% } %> - <% if (privileges.canAddPostNotes) { %> + <% if (privileges.canAddPostNotes && (post.contentType === 'image' || post.contentType === 'animation')) { %>