From 24e5d692c70f05522e5ae648815262d690f2975e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 13 Nov 2018 18:27:47 +0100 Subject: [PATCH] update theme module name --- app/settings.py | 2 +- lib/ircam-www-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/settings.py b/app/settings.py index 61888978..66673470 100644 --- a/app/settings.py +++ b/app/settings.py @@ -150,7 +150,7 @@ if CUSTOM_MODULES: ########## HOST_THEMES = [ - ('example.com', 'organization_themes.ircam-www-theme'), + ('example.com', 'ircam_www_theme'), ] diff --git a/lib/ircam-www-theme b/lib/ircam-www-theme index 55a1336c..0568d7ff 160000 --- a/lib/ircam-www-theme +++ b/lib/ircam-www-theme @@ -1 +1 @@ -Subproject commit 55a1336c0b7b863548e9c766b71961906987580c +Subproject commit 0568d7ff94c6c4302a292212d1fcb32369a67ca3 -- 2.39.5