diff --git a/app/templates/post/post.html b/app/templates/post/post.html index 6f68292f..9810d7c7 100644 --- a/app/templates/post/post.html +++ b/app/templates/post/post.html @@ -136,6 +136,9 @@
+
{% if current_user.is_authenticated and community_membership(current_user, post.community) %} {{ _('Leave') }} @@ -143,9 +146,6 @@ {{ _('Join') }} {% endif %}
-