diff --git a/files/helpers/const.py b/files/helpers/const.py index 21ddb79faf..3e8232e0f6 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -701,7 +701,7 @@ for k, val in AWARDS.items(): AWARDS3 = {} for k, val in AWARDS2.items(): - if val['price'] == 300: AWARDS3[k] = val + if val['price'] == 500: AWARDS3[k] = val DOUBLE_XP_ENABLED = -1 # set to unixtime for when DXP begins, -1 to disable diff --git a/files/templates/comments.html b/files/templates/comments.html index cbe119dd67..1e1818a8bd 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -199,7 +199,7 @@ 👻 {% else %} {% if SITE_NAME=='rDrama' and c.author.house %} - House {{c.author.house}} + House {{c.author.house}} {% endif %} {% if c.author.verified %} diff --git a/files/templates/submission.html b/files/templates/submission.html index b0a304ce3e..721af93340 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -705,7 +705,7 @@ 👻 {% else %} {% if SITE_NAME=='rDrama' and p.author.house %} - House {{p.author.house}} + House {{p.author.house}} {% endif %} {% if p.author.verified %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index b6785efcc0..8138e3f433 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -181,7 +181,7 @@ 👻 {% else %} {% if SITE_NAME=='rDrama' and p.author.house %} - House {{p.author.house}} + House {{p.author.house}} {% endif %} {% if p.author.verified %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index a4ffd74e54..11273509ed 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -61,7 +61,7 @@ {% endif %} {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %} @@ -386,7 +386,7 @@ {% endif %} {% if SITE_NAME=='rDrama' and u.house %} - House {{u.house}} + House {{u.house}} {% endif %} {% if u.verified %}