From c4577f2bcf6d6a721a6cd04ea127207225f883eb Mon Sep 17 00:00:00 2001 From: Emilie Date: Tue, 30 Jan 2018 12:24:52 +0100 Subject: [PATCH] [403] : custom template --- app/urls.py | 1 + lib/mezzanine-organization | 2 +- lib/mezzanine-organization-themes | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/urls.py b/app/urls.py index 0c5eff23..ade4d7d1 100644 --- a/app/urls.py +++ b/app/urls.py @@ -226,3 +226,4 @@ if "mezzanine.pages" in settings.INSTALLED_APPS: # pages can use JS, CSS and images. handler404 = "mezzanine.core.views.page_not_found" handler500 = "mezzanine.core.views.server_error" +handler403 = "organization.core.views.permission_denied" \ No newline at end of file diff --git a/lib/mezzanine-organization b/lib/mezzanine-organization index 4b6387be..1448d41f 160000 --- a/lib/mezzanine-organization +++ b/lib/mezzanine-organization @@ -1 +1 @@ -Subproject commit 4b6387be3d5f39e6d583303c0b86075533e39bee +Subproject commit 1448d41fda78c0944b8d6ee6ce0fdabe9917c9e0 diff --git a/lib/mezzanine-organization-themes b/lib/mezzanine-organization-themes index fad74f44..684b6fc8 160000 --- a/lib/mezzanine-organization-themes +++ b/lib/mezzanine-organization-themes @@ -1 +1 @@ -Subproject commit fad74f440d77060d0d6a3a788dc9347c52a8ffda +Subproject commit 684b6fc88f4e1e1dd6ec01227652322283315661 -- 2.39.5