diff --git a/files/templates/hats.html b/files/templates/hats.html index ef28b5dda..c3220cd31 100644 --- a/files/templates/hats.html +++ b/files/templates/hats.html @@ -57,10 +57,12 @@ - {% for hat in hats %} + {% for item in hats %} {% if SITE == 'rdrama.net' %} - {% set hat = hat[0] %} - {% set user = hat[1] %} + {% set hat = item[0] %} + {% set user = item[1] %} + {% else %} + {% set hat = item %} {% endif %}