From 55a28e00df6afc7c7a7e40dad43caf950e889a69 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 14:51:27 +0200 Subject: [PATCH] Fix typo. --- django_starfield/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_starfield/widgets.py b/django_starfield/widgets.py index 02f6d99..ce7ba2f 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 -- GitLab