document type, set default to ''

This commit is contained in:
j 2011-05-30 13:23:49 +02:00
commit d66393ac0e
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ def addPlace(request):
lat: float,
lng: float,
area: float,
type: ""
}
'''
data = json.loads(request.POST['data'])