mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-30 21:49:50 -05:00
fixed import log
This commit is contained in:
@@ -30,9 +30,7 @@ def keyword(request):
|
||||
@group_required('admin')
|
||||
def sync_log(request):
|
||||
table = ImportLogTable(
|
||||
SyncLog.objects.all().order_by(
|
||||
Lower('created_at').desc()
|
||||
)
|
||||
SyncLog.objects.all().order_by('-created_at')
|
||||
)
|
||||
RequestConfig(request, paginate={'per_page': 25}).configure(table)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user