From 8b81adcc06e6cbc98537732c56ab276c7da273d6 Mon Sep 17 00:00:00 2001 From: Steven H Johnson <shjohnson.pi@gmail.com> Date: Thu, 23 Jun 2016 22:49:13 -0400 Subject: [PATCH] Fix bug where an individual_patrons_document is not marked as used --- htmleditor/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/htmleditor/models.py b/htmleditor/models.py index 0260d0d..512ad27 100644 --- a/htmleditor/models.py +++ b/htmleditor/models.py @@ -165,6 +165,7 @@ class Document(models.Model): 'parking_document', 'coach_registration_document', 'home_page_document', + 'individual_patrons_document', ] for name in names: doc = site_settings.get_setting(name, None) -- GitLab