From 8084197586fb85a58f2a31a665a82a6c16499965 Mon Sep 17 00:00:00 2001 From: Chuck Sneed Date: Sun, 2 Jul 2023 18:47:21 -0500 Subject: [PATCH] page title --- files/templates/admin/orgy_control.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/admin/orgy_control.html b/files/templates/admin/orgy_control.html index 305e0d18d..e45c0daa0 100644 --- a/files/templates/admin/orgy_control.html +++ b/files/templates/admin/orgy_control.html @@ -1,6 +1,6 @@ {% extends "default.html" %} -{% block pagetitle %}Edit {{SITE_NAME}}'s rules{% endblock %} +{% block pagetitle %}Orgy Control Panel{% endblock %} {% block content %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}