From 6adfdbabe0d44c17f32abc9d48a6e252e2a0792e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 19:16:34 -0700 Subject: Add signup and password reset --- core/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/context.py') diff --git a/core/context.py b/core/context.py index a4aabf5..1db3436 100644 --- a/core/context.py +++ b/core/context.py @@ -3,7 +3,7 @@ from core.models import Config def config_context(request): return { - "config": Config.load_system(), + "config": Config.system, "config_identity": ( Config.load_identity(request.identity) if request.identity else None ), -- cgit v1.2.3