From 644bd719d53433e98689ddf2098ba039197c2d64 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 24 Feb 2023 21:51:28 +0200 Subject: [PATCH] remove unnecessary button --- files/templates/groups.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/templates/groups.html b/files/templates/groups.html index 4daddf05a4..343ffd0da6 100644 --- a/files/templates/groups.html +++ b/files/templates/groups.html @@ -23,9 +23,7 @@ {{group.name}} {{group.member_ids | length}} - {% if v.id == group.owner.id %} - Applications - {% else %} + {% if v.id != group.owner.id %}