From 5b70de4de854b1ab6bdeb88eca1c15a3f75138d0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 18 Feb 2025 17:22:17 -0600 Subject: Add missing macro. --- uploader/templates/macro-step-indicator.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 uploader/templates/macro-step-indicator.html (limited to 'uploader') diff --git a/uploader/templates/macro-step-indicator.html b/uploader/templates/macro-step-indicator.html new file mode 100644 index 0000000..ac0be77 --- /dev/null +++ b/uploader/templates/macro-step-indicator.html @@ -0,0 +1,15 @@ +{%macro step_indicator(step, width=100)%} + + + + Step {{step}} + + +{%endmacro%} -- cgit v1.2.3