From 60d6a82d4768b22bccac0a9c9af1757cdfb5b087 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 5 Sep 2023 21:38:34 +0300 Subject: [PATCH] link lottery paricipants in /lottershe --- files/templates/lottery.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/files/templates/lottery.html b/files/templates/lottery.html index 1b7aa18341..9c68e824a6 100644 --- a/files/templates/lottery.html +++ b/files/templates/lottery.html @@ -37,7 +37,13 @@
-
-
-
-
+ {% if v.admin_level >= PERMS['LOTTERY_VIEW_PARTICIPANTS'] %} + +
-
+
+ {% else %} +
-
+ {% endif %}