select current station in cms' admin

This commit is contained in:
bkfox
2017-05-15 21:31:01 +02:00
parent e7700a3896
commit fe3f0f0713
3 changed files with 121 additions and 24 deletions

View File

@ -278,7 +278,7 @@ class Publication(Page):
headline = models.TextField(
_('headline'),
blank = True, null = True,
help_text = _('headline of the publication'),
help_text = _('headline of the publication, use it as an introduction'),
)
tags = ClusterTaggableManager(
verbose_name = _('tags'),