diff --git a/files/templates/hats.html b/files/templates/hats.html
index a7fee7b07..6b7d425d9 100644
--- a/files/templates/hats.html
+++ b/files/templates/hats.html
@@ -50,7 +50,7 @@
Hat |
Name |
Description |
- {% if SITE == 'rdrama.net' %}
+ {% if FEATURES['HAT_SUBMISSIONS'] %}
Author |
{% endif %}
Owners |
@@ -71,7 +71,7 @@
{{hat.name}} |
{{hat.censored_description(v)}} |
- {% if SITE == 'rdrama.net' %}
+ {% if FEATURES['HAT_SUBMISSIONS'] %}
{% include "user_in_table.html" %} |
{% endif %}
{{hat.number_sold|commas}} |