add static_placeholder for footer to ungleich_cms_page, help text for footer link

This commit is contained in:
Arvind Tiwari 2018-02-07 18:37:48 +05:30
commit d50e249ba2
3 changed files with 7 additions and 3 deletions

View file

@ -229,7 +229,10 @@ class UngleichFooter(CMSPlugin):
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_text = models.CharField(
max_length=100, blank=True, null=True,
help_text='Text for the link on the right part of footer'
)
link_url = models.URLField(
blank=True, null=True,
help_text='Url to the link in footer'