From 0c42a8d2694b2913feeb9fa2a4e0239d8f2d3c27 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 20:14:32 -0600 Subject: [PATCH] correct feature name --- files/templates/settings_personal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index db54ed430e..3bbded3d68 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 %}