diff --git a/app/templates/post/post_options.html b/app/templates/post/post_options.html index e24abe3b..69a48521 100644 --- a/app/templates/post/post_options.html +++ b/app/templates/post/post_options.html @@ -30,12 +30,12 @@
  • {{ _("Hide every post from author's instance: %(name)s", name=post.instance.domain) }}
  • {% endif %} - {% if post.ap_id %} -
  • - {{ _('View original on %(domain)s', domain=post.instance.domain) }}
  • - {% endif %} {% endif %} {% endif %} + {% if post.ap_id %} +
  • + {{ _('View original on %(domain)s', domain=post.instance.domain) }}
  • + {% endif %}
  • {{ _('Report to moderators') }}