Fixed views.py to display announcements in correct order
Changed Announcement.objects.all() to Announcement.objects.order_by('-pub_datetime') so the most recent announcement is at the top of the announcements board.
Showing
Please register or sign in to comment