From 514db4f9a245d6b73a5a34d769cf4184b15861cd Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Fri, 23 Aug 2019 03:54:24 -0400 Subject: [PATCH] Make group joins a bit clearer --- .../templates/groupmanagement/groups.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groups.html b/allianceauth/groupmanagement/templates/groupmanagement/groups.html index d92921c8..f9a2998b 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groups.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groups.html @@ -32,9 +32,15 @@ url {% endif %} {% elif not g.request %} - - {% trans "Request" %} - + {% if g.group.authgroup.open %} + + {% trans "Join" %} + + {% else %} + + {% trans "Request" %} + + {% endif %} {% else %}