routes filter pagination
This commit is contained in:
SDE
2023-08-29 17:06:15 +03:00
parent fdeb2a4ae1
commit 2fce92acf8
2 changed files with 9 additions and 1 deletions

View File

@@ -169,6 +169,7 @@ def find_routes_ajax(request):
res_Dict = {
'html': html,
'last_block_routes': routes_Dict['last_block_routes']
# 'form': RouteForm(initial=data)
}