From 1802544c53bf0e5b90bb1ddd282301302c54fdbf Mon Sep 17 00:00:00 2001 From: JP100099 Date: Thu, 2 Oct 2025 18:21:57 +0200 Subject: [PATCH] updated WAGTAILADMIN_BASE_URL so it doesnt lag --- wagtail_ahl/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail_ahl/settings/base.py b/wagtail_ahl/settings/base.py index 47a4ede..7c1d371 100644 --- a/wagtail_ahl/settings/base.py +++ b/wagtail_ahl/settings/base.py @@ -172,7 +172,7 @@ WAGTAILSEARCH_BACKENDS = { # Base URL to use when referring to full URLs within the Wagtail admin backend - # e.g. in notification emails. Don't include '/admin' or a trailing slash -WAGTAILADMIN_BASE_URL = "http://example.com" +WAGTAILADMIN_BASE_URL = "http://altenhasungen.net" # Allowed file extensions for documents in the document library. # This can be omitted to allow all files, but note that this may present a security risk