Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #131 from bensternthal/Fix-Bug-1164154-Dropdown
Browse files Browse the repository at this point in the history
Fix Bug 1164154: Change Dropdown Wording
  • Loading branch information
glogiotatidis committed May 21, 2015
2 parents 2779f0d + fc0e4b5 commit b403ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion careers/careers/forms.py
Expand Up @@ -5,7 +5,7 @@

class PositionFilterForm(forms.Form):
team = forms.ModelChoiceField(queryset=Category.objects.order_by('name'),
empty_label='All Teams',
empty_label='All Categories',
widget=forms.Select(attrs={'autocomplete': 'off'}))
position_type = forms.ChoiceField(widget=forms.Select(attrs={'autocomplete': 'off'}))
location = forms.ChoiceField(choices=(
Expand Down

0 comments on commit b403ec3

Please sign in to comment.