help text for copyright text

This commit is contained in:
Arvind Tiwari 2018-02-07 18:21:16 +05:30
commit 426e56c4f3
2 changed files with 6 additions and 2 deletions

View file

@ -225,7 +225,10 @@ class UngleichHTMLOnly(CMSPlugin):
class UngleichFooter(CMSPlugin):
copyright = models.CharField(max_length=100, default='', blank=True)
copyright = models.CharField(
max_length=100, default='', blank=True,
help_text='Name of the company alongside the copyright year'
)
link_text = models.CharField(max_length=100, blank=True, null=True)
link_url = models.URLField(
blank=True, null=True,