From af9b7228e19f26419c9363aa743e787d89a44084 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 27 Oct 2017 00:48:27 +0200 Subject: [PATCH] update default theme to ircam-www-theme --- app/settings.py | 4 ++-- lib/mezzanine-organization-themes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/settings.py b/app/settings.py index c8025a22..88ee28ed 100644 --- a/app/settings.py +++ b/app/settings.py @@ -219,7 +219,7 @@ ROOT_URLCONF = "urls" INSTALLED_APPS = [ "organization_themes", - "organization_themes.www_ircam_fr", + "organization_themes.ircam-www-theme", "modeltranslation", "dal", "dal_select2", @@ -268,7 +268,7 @@ INSTALLED_APPS = [ HOST_THEMES = [ - ('example.com', 'organization_themes.www_ircam_fr'), + ('example.com', 'organization_themes.ircam-www-theme'), ] BOWER_COMPONENTS_ROOT = '/srv/bower/' diff --git a/lib/mezzanine-organization-themes b/lib/mezzanine-organization-themes index 3d42b806..7ad44e18 160000 --- a/lib/mezzanine-organization-themes +++ b/lib/mezzanine-organization-themes @@ -1 +1 @@ -Subproject commit 3d42b806b30c00fe5c30894d9df811310ba0777e +Subproject commit 7ad44e1876dc3fdf6cf737b385521f9cc7af4c77 -- 2.39.5