From 48dac0fc3a2196ec3289df8d23d9c211bfad3335 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 6 Jan 2024 08:47:38 +1300 Subject: [PATCH] fix button order --- app/templates/post/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}
-