From bba3c2c1a4eb7d3010bf7bfd6f640a286967d444 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 1 Mar 2018 19:13:11 +0000
Subject: [PATCH] Update module paths using wagtail updatemodulepaths

---
 opentech/settings/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index 89bde4c0b..5cb3d225f 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -274,7 +274,7 @@ WAGTAILIMAGES_FEATURE_DETECTION_ENABLED = False
 WAGTAILADMIN_RICH_TEXT_EDITORS = {
     'default': {
         'WIDGET': 'wagtail.admin.rich_text.DraftailRichTextArea',
-        # fixed in wagtail 2.1: https://github.com/wagtail/wagtail/commit/09f8a4f38a95f2760f38ab2f142443df93b5d8c6
+        # fixed in wagtail 2.0.1: https://github.com/wagtail/wagtail/commit/09f8a4f38a95f2760f38ab2f142443df93b5d8c6
         # 'OPTIONS': {
         #     'features': [
         #         'bold', 'italic',
-- 
GitLab