summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkomalsheth2862016-10-04 14:39:21 +0530
committerkomalsheth2862016-10-04 14:39:21 +0530
commit7f9b376ff18fa23d36a23da8ea192916891f9e9d (patch)
tree657b5907cb0b695ad0855be2ecc9b5c3c191b1c6
parente5ab06db0b960f73bc86203944377528d645533c (diff)
downloadSciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.tar.gz
SciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.tar.bz2
SciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.zip
Change tag name
-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