Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion taccsite_cms/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,11 @@ def get_subdirs_as_module_names(path):
}

CMS_PERMISSION = True
CMS_PLACEHOLDER_CONF = {}
CMS_PLACEHOLDER_CONF = {
'footer-content': {
'name': _('Footer content'),
},
}

THUMBNAIL_HIGH_RESOLUTION = True
THUMBNAIL_PROCESSORS = (
Expand Down