diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index db54ed430..3bbded3d6 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -306,7 +306,7 @@ {% if v.profanityreplacer == 1 -%} {{permanent_filter_modal('profanityreplacer', '/settings/personal', 'profanityreplacer', 'Profanity Replacer', 'Soapy-Mouthed Angel')}} {%- endif %} -{% if FEATURES['PERMANENT_WORD_FILTERS'] -%} +{% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] -%} -{% endif %} +{%- endif %} {% endblock %}