diff options
Diffstat (limited to 'website')
-rwxr-xr-x | website/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/forms.py b/website/forms.py index 180fead..c8e4846 100755 --- a/website/forms.py +++ b/website/forms.py @@ -149,7 +149,7 @@ class WorkshopForm(forms.ModelForm): duration = forms.ChoiceField(choices=ws_duration, label = 'Duration (Hrs.)') - tags = forms.ChoiceField(choices=MY_CHOICES, label = 'Lavel') + tags = forms.ChoiceField(choices=MY_CHOICES, label = 'Level') class Meta: model = Proposal |