summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 1a09b66b4..2852db79f 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -89,7 +89,7 @@ class ParcelForm(forms.Form):
kwargs.pop('files')
super(ParcelForm, self).__init__(*args, **kwargs)
if towns:
- self.fields['town'].choices = [('', '--')] + towns
+ self.fields['town'].choices = towns
def clean(self):
"""Check required fields"""