diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index e14c4dcc3c..771363fe64 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -11,7 +11,7 @@ def create_comment(text, autojanny=False): else: author_id = NOTIFICATIONS_ID text = text.replace('r/', 'r\/').replace('u/', 'u\/') - text_html = sanitize(CustomRenderer().render(mistletoe.Document(text))) + text_html = sanitize(mistletoe.Document(text)) new_comment = Comment(author_id=author_id, parent_submission=None, distinguish_level=6, diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 17670c4d4c..be4a4d6751 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -155,7 +155,7 @@ Get them help Gift {{'COINS_NAME' | app_config}} - {% if v.procoins > 100 %} + {% if v.procoins > 99 %} Gift Marseybux {% endif %} @@ -443,8 +443,8 @@ Message Get them help Gift {{'COINS_NAME' | app_config}} - {% if v.procoins > 100 %} - Gift Marseybux + {% if v.procoins > 99 %} + Gift Marseybux {% endif %} {% if v.admin_level > 2 %}