style fix for section images

This commit is contained in:
Arvind Tiwari 2018-03-01 01:38:56 +05:30
commit b0192ceadb
2 changed files with 3 additions and 3 deletions

View file

@ -46,8 +46,8 @@ class DCLLinkPluginModel(CMSPlugin):
class DCLNavbarDropdownPluginModel(CMSPlugin):
target = models.URLField(
blank=True, null=True, max_length=100,
target = models.CharField(
max_length=100,
help_text='Optional Url or #id to navigate on click'
)
text = models.CharField(