From 9741da0495f01c79e685d20c8117e8530c883e84 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 17 Jan 2025 01:13:39 +0100 Subject: [PATCH] Refactored modal.html.j2 --- app/templates/moduls/modal.html.j2 | 45 ++++++++++++++++++------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/app/templates/moduls/modal.html.j2 b/app/templates/moduls/modal.html.j2 index 927921e..ffc953c 100644 --- a/app/templates/moduls/modal.html.j2 +++ b/app/templates/moduls/modal.html.j2 @@ -1,3 +1,16 @@ +{% macro alert_box(id, alert_class, icon_class, title, text_id) %} + +{% endmacro %} + +{% macro list_section(id, title, list_id) %} +
+
{{ title }}:
+ +
+{% endmacro %} +