From 74480cbe2b335fd141cdf5f07bb08808c0d08692 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 21:47:26 +0200 Subject: Added all macros and also stored the js, css, png and ico files --- templates/courts.j2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'templates/courts.j2') diff --git a/templates/courts.j2 b/templates/courts.j2 index 2bc8a95..d650298 100644 --- a/templates/courts.j2 +++ b/templates/courts.j2 @@ -1,12 +1,8 @@ +{% from "macros.j2" import court %}
{% for key, value in courts.items() %} -
- -
+ {{ court(key, value) }} {% endfor %}
\ No newline at end of file -- cgit v1.3.1