diff options
author | komalsheth286 | 2016-10-04 14:39:21 +0530 |
---|---|---|
committer | komalsheth286 | 2016-10-04 14:39:21 +0530 |
commit | 7f9b376ff18fa23d36a23da8ea192916891f9e9d (patch) | |
tree | 657b5907cb0b695ad0855be2ecc9b5c3c191b1c6 | |
parent | e5ab06db0b960f73bc86203944377528d645533c (diff) | |
download | SciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.tar.gz SciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.tar.bz2 SciPy2016-7f9b376ff18fa23d36a23da8ea192916891f9e9d.zip |
Change tag name
-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 |