SciPost Code Repository

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

fix subsidy ordering

parent 0efe781b
No related branches found
No related tags found
No related merge requests found
...@@ -115,9 +115,8 @@ class SubsidySearchForm(forms.Form): ...@@ -115,9 +115,8 @@ class SubsidySearchForm(forms.Form):
ordering = forms.ChoiceField( ordering = forms.ChoiceField(
label="Ordering", label="Ordering",
choices=( choices=(
# FIXME: Emperically, the ordering appers to be reversed for dates? ("+", "Ascending"),
("-", "Ascending"), ("-", "Descending"),
("+", "Descending"),
), ),
required=False, 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