oops, syntax
This commit is contained in:
parent
be8376c8fa
commit
df56eed833
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue