From eefbf3c4b48efae29cc90845c163c9fd39480a46 Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Sun, 26 Jan 2025 10:50:52 -0500 Subject: [PATCH] Fixed some indendation --- templates/menu.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/menu.html b/templates/menu.html index 76040a4..1268133 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -3,13 +3,13 @@ {% block bodyclass %}menu{% endblock %} {% block content %}

{% block header %}Cocktails{% endblock %}

- {% for name, details in bevs.items() %} -

{{ name }}

- - {% block directions scoped %}{% endblock %} - {% endfor %} +{% for name, details in bevs.items() %} +

{{ name }}

+ + {% block directions scoped %}{% endblock %} +{% endfor %} {% endblock %}