0.5.0
ArticlesApp
This commit is contained in:
@@ -221,6 +221,8 @@ def create_or_change_route_ajax(request, route_id=None):
|
||||
try:
|
||||
|
||||
data = request.POST
|
||||
if not data:
|
||||
data = json.loads(request.body)
|
||||
|
||||
route = None
|
||||
if route_id:
|
||||
|
||||
Reference in New Issue
Block a user