From ebaea9701e286fabeb9418c118498f77da15441b Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 6 Apr 2022 00:26:15 -0500 Subject: Add new image background and index page --- app/templates/base/form.html | 44 +++++++++++++++++++++--------------------- app/templates/base/layout.html | 3 +++ 2 files changed, 25 insertions(+), 22 deletions(-) (limited to 'app/templates/base') diff --git a/app/templates/base/form.html b/app/templates/base/form.html index 8423a0c..22f926b 100644 --- a/app/templates/base/form.html +++ b/app/templates/base/form.html @@ -2,17 +2,17 @@ {% block content %}
-
-
-
-
-
-

{% block title %}{% endblock %}

+
+
+
+
+
+

{% block title %}{% endblock %}

- - {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} + + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} {% if category == "message" %}
{% else %} @@ -20,18 +20,18 @@ {% endif %} {{ message }}
- {% endfor %} - {% endif %} - {% endwith %} + {% endfor %} + {% endif %} + {% endwith %} -
- {{ form.csrf_token }} - {% block form %}{% endblock %} -
-
-
-
-
-
+
+ {{ form.csrf_token }} + {% block form %}{% endblock %} +
+
+
+
+
+
{% endblock %} diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index e3607cb..4b83110 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -8,6 +8,9 @@ + + + -- cgit v1.2.3