This commit is contained in:
rimu 2024-02-28 22:25:34 +13:00
parent eeb80ad851
commit 3e28f0c031

View file

@ -20,7 +20,7 @@
<div class="col"> <div class="col">
<div class="reply_form_inner position-relative"> <div class="reply_form_inner position-relative">
{% if post.community.ap_id and '@beehaw.org' in post.community.ap_id %} {% if post.community.ap_id and '@beehaw.org' in post.community.ap_id %}
<p>{{ _('This post is hosted on beehaw.org which has <a href="https://docs.beehaw.org/docs/core-principles/what-is-beehaw/" target="_blank" rel="nofollow">high er standards of behaviour than most places. Be nice</a>.') }}</p> <p>{{ _('This post is hosted on beehaw.org which has <a href="https://docs.beehaw.org/docs/core-principles/what-is-beehaw/" target="_blank" rel="nofollow">higher standards of behaviour than most places. Be nice</a>.') }}</p>
{% endif %} {% endif %}
{{ render_form(form) }} {{ render_form(form) }}
{% if not low_bandwidth %} {% if not low_bandwidth %}