diff --git a/files/templates/comments.html b/files/templates/comments.html index 0df37464e8..83a3527924 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -254,7 +254,7 @@ {{c.options_html(v) | safe}} {% endif %} - {% if c.author.sig_html and (c.author_id == MOOSE_ID or not (v and v.sigs_disabled)) %} + {% if c.author.sig_html and c.author_name != '👻' and (c.author_id == MOOSE_ID or not (v and v.sigs_disabled)) %}
{{c.author.sig_html | safe}} {% endif %}