From 663e797209b11d7d234ca90da82fb809ac688845 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 18 Oct 2024 15:50:19 +0200 Subject: Made macros out of reused components --- templates/controls.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/controls.j2') diff --git a/templates/controls.j2 b/templates/controls.j2 index 0b1451a..125dd38 100644 --- a/templates/controls.j2 +++ b/templates/controls.j2 @@ -1,10 +1,10 @@ {% from "macros.j2" import court %}
-
-{% for key, value in courts.items() %} - {{ court(key, value) }} -{% endfor %} -
+
+ {% for key, value in courts.items() %} + {{ court(key, value) }} + {% endfor %} +
-- cgit v1.3.1