Skip to content

Commit

Permalink
fix: removes initial value for "wahl erfolgreich"
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Nov 9, 2023
1 parent e1b6b1e commit aebabd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paas_theme/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ class PersonFacetedSearchFormNew(FacetedSearchForm):
wahl_vorschlag_erfolgreich = forms.ChoiceField(
widget=forms.RadioSelect(),
required=False,
initial="beides",
label="Vorschlag erfolgreich",
choices=[
("beides", "sowohl erflogreich als auch nicht erfolgreich"),
Expand Down

0 comments on commit aebabd3

Please sign in to comment.