diff --git a/files/routes/awards.py b/files/routes/awards.py index 1dff45b95a..5ab7e2d163 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -219,6 +219,24 @@ def shop(v): "owned": 0, "price": 300 }, + "fireplace": { + "kind": "fireplace", + "title": "Fire Place", + "description": "???", + "icon": "fas fa-fireplace", + "color": "text-yellow-600", + "owned": 0, + "price": 300 + }, + "candycane": { + "kind": "candycane", + "title": "Candy Cane", + "description": "???", + "icon": "fas fa-candy-cane", + "color": "text-red-600", + "owned": 0, + "price": 500 + }, "mistletoe": { "kind": "mistletoe", "title": "Mistletoe", @@ -415,6 +433,24 @@ def buy(v, award): "color": "text-gray", "price": 300 }, + "fireplace": { + "kind": "fireplace", + "title": "Fire Place", + "description": "???", + "icon": "fas fa-fireplace", + "color": "text-yellow-600", + "owned": 0, + "price": 300 + }, + "candycane": { + "kind": "candycane", + "title": "Candy Cane", + "description": "???", + "icon": "fas fa-candy-cane", + "color": "text-red-600", + "owned": 0, + "price": 500 + }, "mistletoe": { "kind": "mistletoe", "title": "Mistletoe", diff --git a/files/static/src/main.css b/files/static/src/main.css index c6256700cb..1363fde5d3 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -115,5 +115,7 @@ .badge-yellow { @apply from-yellow-600 to-yellow-500 text-yellow-900; } - +.badge-blue { + @apply from-blue-600 to-blue-500 text-white; +} diff --git a/files/templates/sidebars/SubmitSidebar.html b/files/templates/sidebars/SubmitSidebar.html index bbf665c7cc..026174d12c 100644 --- a/files/templates/sidebars/SubmitSidebar.html +++ b/files/templates/sidebars/SubmitSidebar.html @@ -3,16 +3,16 @@
- +
- +
{% if v.paid_dues %}
- +
{% endif %}