fix
This commit is contained in:
@@ -266,6 +266,7 @@ def createcourse(
|
||||
country = g.json['country']
|
||||
else: # pragma: no cover
|
||||
country = 'unknown'
|
||||
|
||||
c.country = country
|
||||
c.save()
|
||||
obj = GeoPoint(
|
||||
|
||||
Reference in New Issue
Block a user