help_text=_("Example: '/about/contact/'. Make sure to have leading and trailing slashes."))
@@ -13,11 +14,13 @@ class FlatPage(models.Model):
help_text=_("Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'flatpages/default.html'."))
registration_required=models.BooleanField(_('registration required'),help_text=_("If this is checked, only logged-in users will be able to view the page."))