SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 6b1fa32f authored by George Katsikas's avatar George Katsikas :goat:
Browse files

change default subsidy search form ordering

parent d51dfd9b
No related branches found
No related tags found
Loading
......@@ -110,6 +110,7 @@ class SubsidySearchForm(forms.Form):
("date_until", "Date until"),
("annot_renewal_action_date", "Renewal date"),
),
initial="date_from",
required=False,
)
ordering = forms.ChoiceField(
......@@ -118,6 +119,7 @@ class SubsidySearchForm(forms.Form):
("+", "Ascending"),
("-", "Descending"),
),
initial="-",
required=False,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment