From 9c9ff873e67f5bcfb287c2aa7bb7572342038edc Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 6 Nov 2022 01:08:32 -0600 Subject: [PATCH] fix 500 and logic error --- files/templates/settings_personal.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/settings_personal.html b/files/templates/settings_personal.html index fecf37a61..b57d20a34 100644 --- a/files/templates/settings_personal.html +++ b/files/templates/settings_personal.html @@ -1,5 +1,5 @@ {% extends "settings.html" %} -{% block pagetitle %}Content Settings - {{SITE_NAME}}{% endblock %} +{% block pagetitle %}Personal Settings - {{SITE_NAME}}{% endblock %} {% import 'settings_common.html' as common with context %}