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 %}