From a63c895621dec10f04f4efde068f200bd484c78b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 12 Dec 2021 09:20:32 -0600 Subject: [PATCH] fix --- files/templates/rules.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/templates/rules.html b/files/templates/rules.html index 056244a53..b32f28ed9 100644 --- a/files/templates/rules.html +++ b/files/templates/rules.html @@ -6,12 +6,12 @@ {% endblock %} {% block content %} -
-
-
-
-
-
{{'SITE_NAME'|app_config}} Rules{% if v and v.admin_level == 6 %} Edit rules{% endif %}
+
+
+ {{'SITE_NAME'|app_config}} Rules{% if v and v.admin_level == 6 %} + Edit rules + {% endif %} +
{{ rules | safe }}