1
0
Fork 0

Fixed field name

This commit is contained in:
Daniele Tricoli 2010-11-16 11:27:41 +01:00
parent 2688a169e1
commit ebd69b7eeb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Page(FlatPage):
auto_now=True)
links = models.ManyToManyField('Page', blank=True, null=True,
related_name='superpages',
verbose_name=_('page'))
verbose_name=_('links'))
# Fields for Search Engine Optimization
meta_keywords = models.CharField(_('meta keywords'), blank=True,
help_text=_('Key words of the page. '