From b11d9d0d8e0aca2d577f94dd7a6cff526fc05216 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 25 Jul 2025 14:07:20 +0200 Subject: Removed guest control --- app/templates/macros.j2 | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'app/templates') diff --git a/app/templates/macros.j2 b/app/templates/macros.j2 index e08bfe1..4fe35f0 100644 --- a/app/templates/macros.j2 +++ b/app/templates/macros.j2 @@ -10,28 +10,6 @@ hx-swap="outerHTML"> {{ player.first_name + " " + player.last_name}} {%- endmacro %} -{% macro guest_control(level, value) -%} -
-
- -
-
- -
-
- -
-
-{%- endmacro %} - {% macro header(url_for) -%} -- cgit v1.3.1