diff --git a/app/templates/post/add_reply.html b/app/templates/post/add_reply.html index 3fa1a5d4..e9bcaa88 100644 --- a/app/templates/post/add_reply.html +++ b/app/templates/post/add_reply.html @@ -13,6 +13,9 @@ {{ comment.body_html | safe}}
+ {% if post.community.ap_id and '@beehaw.org' in post.community.ap_id %} +

{{ _('This post is hosted on beehaw.org which has higher standards of behaviour than most places. Be nice.') }}

+ {% endif %} {{ render_form(form) }} {% if markdown_editor %}