0.7.45
reformat datetime picker
This commit is contained in:
@@ -199,10 +199,11 @@ def get_routes_Dict(user=None, data=None):
|
||||
elif to_el:
|
||||
routes = routes[:to_el]
|
||||
else:
|
||||
to_el = 25
|
||||
routes = routes[:25]
|
||||
|
||||
last_block_routes = False
|
||||
if to_el and to_el >= routes_count:
|
||||
if not to_el or to_el >= routes_count:
|
||||
last_block_routes = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user