dropdown target fix

This commit is contained in:
Arvind Tiwari 2018-03-05 20:00:31 +05:30
commit 4c5912ebc0
2 changed files with 2 additions and 2 deletions

View file

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