0.0.69
This commit is contained in:
@@ -51,7 +51,7 @@ def edit_route_ajax(request):
|
||||
print(msg)
|
||||
return JsonResponse({'errors': msg})
|
||||
|
||||
html = render_to_string('blocks/profile/b_new_route2.html', Dict, request=request)
|
||||
html = render_to_string('blocks/profile/b_new_route.html', Dict, request=request)
|
||||
return JsonResponse({'html': html}, status=200)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user