help text for copyright text
This commit is contained in:
parent
69a11a6b06
commit
426e56c4f3
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue