oops, syntax
This commit is contained in:
parent
be8376c8fa
commit
df56eed833
|
@ -15,7 +15,7 @@ def route(request, alias):
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
def stop:(request, id):
|
def stop(request, id):
|
||||||
if request.POST:
|
if request.POST:
|
||||||
if not id:
|
if not id:
|
||||||
stop = Stop() #FIXME: should this return an error instead?
|
stop = Stop() #FIXME: should this return an error instead?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user