From faab7c5cef4822c3c27eaf972af2d3c0e3ed4074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sun, 20 Aug 2023 21:42:54 +0200 Subject: [PATCH] append slash --- institut/settings/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/institut/settings/base.py b/institut/settings/base.py index 7330ad8..a397fdd 100644 --- a/institut/settings/base.py +++ b/institut/settings/base.py @@ -176,3 +176,6 @@ 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" + +WAGTAIL_APPEND_SLASH = True +APPEND_SLASH = True -- GitLab