diff --git a/htmleditor/models.py b/htmleditor/models.py
index 0260d0d5cd9c952ca1ec0799b143d1367153134f..512ad271c05312d30847b3ffebc409b72fe413dc 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)