X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/24c1d259ba4af084959d70c6a1f355d0a57f1191..29a0d33e9b44bfc99eedf000c8b60f6cff1815fa:/apps/toolbar/models.py diff --git a/apps/toolbar/models.py b/apps/toolbar/models.py index 3c8ff4f1..a23e3463 100644 --- a/apps/toolbar/models.py +++ b/apps/toolbar/models.py @@ -38,7 +38,7 @@ class Button(models.Model): link = models.CharField(max_length=256, blank=True, default='') # ui related stuff - accesskey = models.CharField(null=True, max_length=1) + accesskey = models.CharField(blank=True, max_length=1) tooltip = models.CharField(blank=True, max_length=120)