update info

This commit is contained in:
bkfox
2016-10-10 16:24:21 +02:00
parent 80bcd42890
commit 3ff3e2e984
3 changed files with 15 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class WebsiteSettings(BaseSetting):
help_text = _('public description of the website; used for referencing'),
)
list_page = models.ForeignKey(
'cms.GenericPage',
'aircox_cms.GenericPage',
verbose_name = _('page for lists'),
help_text=_('page used to display the results of a search and other '
'lists'),

View File

@ -1,7 +1,7 @@
from django import template
from django.utils.safestring import mark_safe
from aircox.cms.sections import Section
from aircox_cms.sections import Section
register = template.Library()