oops, syntax

This commit is contained in:
Sanj 2012-02-19 18:28:12 +05:30
parent be8376c8fa
commit df56eed833

View File

@ -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?