From 1afba98cec8ca11b4190dbd5a3dd6f9a5360c78a Mon Sep 17 00:00:00 2001 From: gooseman <16601315+geese-suck@users.noreply.github.com> Date: Sat, 3 Sep 2022 15:07:59 -0700 Subject: [PATCH] hopeless attempt at "fixing" hats page --- files/templates/hats.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/hats.html b/files/templates/hats.html index 53aa21bd1..c1b3e04f2 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -36,19 +36,19 @@ Actions - + {% for hat, user in hats %} - {{hat.name}} + {{hat.name}} {{hat.name}} - {{hat.censored_description(v)}} + {{hat.censored_description(v)}} {% if SITE == 'rdrama.net' %} {{user.username}} {% endif %} {{hat.number_sold}} {{hat.price}} - + {% if hat.id not in owned_hat_ids %}
Buy @@ -56,7 +56,7 @@ Are you sure? {% if FEATURES['PROCOINS'] %} - Buy with MBux + MBux Are you sure? {% endif %} @@ -83,4 +83,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}