Sort kaehmys in the correct order
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ def ohlhafv_list(request, *args, **kwargs):
|
||||
def kaehmy_list_view(request, *args, **kwargs):
|
||||
"""Kaehmy application list"""
|
||||
|
||||
applications = KaehmyForm.objects.all()
|
||||
applications = KaehmyForm.objects.order_by('-timestamp')
|
||||
|
||||
context = {
|
||||
'applications': applications,
|
||||
|
||||
Reference in New Issue
Block a user