forked from rc/aircox
update info
This commit is contained in:
@ -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'),
|
||||
|
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user