aboutsummaryrefslogtreecommitdiff
path: root/templates/macro.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-10-16 21:41:27 +0000
committerKaran Jayachandra <mail@karanjayachandra.com>2024-10-16 21:41:27 +0000
commit36cc7d82a55cbd8167e1f52637dd1938497dd8cc (patch)
tree096d2b629818f79674d22a14eff124f082449b6e /templates/macro.j2
parentd18e5880b47fcdf6542bcb9502e8cf35a4276f05 (diff)
parent9d25fd163d2b8ba8978747c1edc1fc0d2073f076 (diff)
Merge branch 'feature/db' into 'develop'
Full Functionality See merge request KaranJayachandra/match_up!2
Diffstat (limited to 'templates/macro.j2')
-rw-r--r--templates/macro.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/macro.j2 b/templates/macro.j2
deleted file mode 100644
index e0089bc..0000000
--- a/templates/macro.j2
+++ /dev/null
@@ -1,3 +0,0 @@
-{% macro player_button(player) %}
-<button class={% if player.status %} "active" {% else %} "dormant" {% endif %} hx-post="{{ "/player-toggle/" ~ player.name}}" hx-trigger="click" hx-swap="outerHTML">{{ player.name }}</button>
-{%- endmacro %} \ No newline at end of file