From 32690e9f5d34125f40766fbc6a9106b0719f0a19 Mon Sep 17 00:00:00 2001 From: Chris Jean-Marie Date: Fri, 1 Nov 2024 04:00:15 +0000 Subject: [PATCH] Upgrade to bootstrap 5.3.3 --- backend/templates/base.html | 7 ++----- backend/templates/userwishlist.html | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/backend/templates/base.html b/backend/templates/base.html index 852aa1a..66b687b 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -11,8 +11,7 @@ - +
@@ -52,9 +51,7 @@
- + \ No newline at end of file diff --git a/backend/templates/userwishlist.html b/backend/templates/userwishlist.html index b5a4c14..85e76d7 100644 --- a/backend/templates/userwishlist.html +++ b/backend/templates/userwishlist.html @@ -11,6 +11,7 @@ {% if my_wishlist %} Add {% endif %} +
@@ -45,4 +46,5 @@ {% endfor %}
+
{% endblock center %}