diff --git a/files/templates/rules.html b/files/templates/rules.html index 68b378e80..529bd32c0 100644 --- a/files/templates/rules.html +++ b/files/templates/rules.html @@ -14,7 +14,7 @@
{{'SITE_NAME'|app_config}} Rules{% if v and v.admin_level == 6 %} Edit rules{% endif %}
- {{ rules|markdown }} + {{ rules | safe }}
{% endblock %} \ No newline at end of file