diff --git a/django_starfield/widgets.py b/django_starfield/widgets.py index 02f6d995bd904f2dd8843946461a1788af6e3da6..ce7ba2f0fb0e426f3ed51913c441811f4feefcd9 100644 --- a/django_starfield/widgets.py +++ b/django_starfield/widgets.py @@ -21,5 +21,5 @@ class Stars(Widget): if not self.codepoint == STARFIELD_CODEPOINT: context['codepoint'] = self.codepoint if not self.colour == STARFIELD_COLOUR: - contect['colour'] = self.colour + context['colour'] = self.colour return context