Show
Ignore:
Timestamp:
05/08/09 12:15:33 (3 years ago)
Author:
nazar
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plesonet_flatpages/trunk/models.py

    r1 r37  
    1515        help_text=_("Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'plesonet_flatpages/default.html'.")) 
    1616    registration_required = models.BooleanField(_('registration required'), help_text=_("If this is checked, only logged-in users will be able to view the page.")) 
    17     sites = models.ManyToManyField(Site, default = settings.SITE_ID) 
     17    sites = models.ManyToManyField(Site, verbose_name=_("Sites"), default = [settings.SITE_ID]) 
    1818    mod_date = models.DateTimeField(_('Last modified date'), auto_now=True) 
    1919