0.1.16
add route to edit_route
This commit is contained in:
@@ -42,7 +42,8 @@ def edit_route_ajax(request):
|
||||
|
||||
|
||||
Dict = {
|
||||
'form': form
|
||||
'form': form,
|
||||
'route': route
|
||||
}
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user