summaryrefslogtreecommitdiff
path: root/jthanio/settings/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/settings/base.py')
-rw-r--r--jthanio/settings/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/jthanio/settings/base.py b/jthanio/settings/base.py
index 3870e66..4a89fac 100644
--- a/jthanio/settings/base.py
+++ b/jthanio/settings/base.py
@@ -27,7 +27,7 @@ INSTALLED_APPS = [
'home',
'blog',
'search',
-
+ 'wagtailcodeblock',
'wagtail.contrib.forms',
'wagtail.contrib.redirects',
'wagtail.embeds',
@@ -162,3 +162,4 @@ WAGTAIL_SITE_NAME = "jthanio"
# 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
BASE_URL = 'http://example.com'
+WAGTAIL_CODE_BLOCK_THEME = 'twilight'