From 161696035bb6231a4fad128d86d5ff8cde043cad Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 2 Feb 2024 20:12:32 +0200 Subject: [PATCH] fix html syntax --- files/templates/hats.html | 93 ++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 46 deletions(-) diff --git a/files/templates/hats.html b/files/templates/hats.html index a7bbb6e6a..bfdd22384 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -41,56 +41,57 @@
- - - - - - {% if SITE == 'rdrama.net' %} - - {% endif %} - - - - - - - - - {% for hat, user in hats %} + - - - + + + {% if SITE == 'rdrama.net' %} - + {% endif %} - - - - - + + + + - {% endfor %} - -
HatNameDescriptionAuthorOwnersPriceActionsAdded on
-
- avatar - {{hat.name}} -
-
{{hat.name}}{{hat.censored_description(v)}}HatNameDescription{% include "user_in_table.html" %}Author{{hat.number_sold}}{{hat.price}} - {% if hat.id not in owned_hat_ids and hat.is_purchasable %} -
- -
- {% endif %} - -
- - - -
-
OwnersPriceActionsAdded on
+ + + + {% for hat, user in hats %} + + +
+ avatar + {{hat.name}} +
+ + {{hat.name}} + {{hat.censored_description(v)}} + {% if SITE == 'rdrama.net' %} + {% include "user_in_table.html" %} + {% endif %} + {{hat.number_sold}} + {{hat.price}} + + {% if hat.id not in owned_hat_ids and hat.is_purchasable %} +
+ +
+ {% endif %} + +
+ + + +
+ + + + + {% endfor %} + + +