diff --git a/backend/templates/userwishlist.html b/backend/templates/userwishlist.html
index 014e1d7..b5a4c14 100644
--- a/backend/templates/userwishlist.html
+++ b/backend/templates/userwishlist.html
@@ -15,6 +15,7 @@
| Item |
+ State |
Action |
@@ -22,6 +23,11 @@
{% for user_wishlist_item in user_wishlist_items %}
| {{ user_wishlist_item.item }} |
+ {% if user_wishlist_item.received_at > 0 %}
+ Got it! |
+ {% else %}
+ Not yet! |
+ {% endif %}
{% if my_wishlist %}
{% if user_wishlist_item.received_at > 0 %}
Got it! |
diff --git a/backend/templates/userwishlists.html b/backend/templates/userwishlists.html
index ddf4ddf..be9e49a 100644
--- a/backend/templates/userwishlists.html
+++ b/backend/templates/userwishlists.html
@@ -1,7 +1,7 @@
{% extends "authorized.html" %}
{% block title %}Wish Lists{% endblock %}
{% block center %}
-Users
+Wishlists