Open spepler opened 1 week ago
Can the sort order of the proposals page be changed be reversed - I think we decided it would go on date of proposal but I'd like to see the most recent at the top of the page.
@japamment This is harder than it sounds. This is the order I have adjusted it to:
proposals = proposals.order_by('-created', '-mail_list_url', 'mail_list_title')
That may be close enough.
Can the sort order of the proposals page be changed be reversed - I think we decided it would go on date of proposal but I'd like to see the most recent at the top of the page.