From 2fdccc9304282ebf4bb3beefa5603df06ad8c198 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 04:39:03 -0600 Subject: [PATCH] fix jinja syntax --- files/templates/settings_personal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index 1c5fbcc8f..4e97998c0 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -211,7 +211,7 @@
Filters
- {% set ns = namespace(slurtext='Enable if you would like to automatically replace slurs.', profanitytext='Enable if you would like to automatically replace slurs.')} + {% set ns = namespace(slurtext='Enable if you would like to automatically replace slurs.', profanitytext='Enable if you would like to automatically replace slurs.') %} {# toggle_section(title, id, name, flag, below_text, disabled) #} {% if FEATURES['USERS_PERMANENT_WORD_FILTERS'] and v.slurreplacer %} {% set ns.slurtext = 'Enable if you would like to automatically replace slurs. Make filter permanent for a badge!' %}