summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rwxr-xr-xwebsite/forms.py2
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