Skip to content

Commit f4b8f47

Browse files
committed
url https for this carto url, opencleveland#68 also needs to be fixed here
1 parent c743a02 commit f4b8f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lots_client/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class ApplicationForm(forms.Form):
9898
label="Application terms")
9999

100100
def _check_ppn(self, ppn):
101-
carto = 'http://opencleveland.cartodb.com/api/v2/sql'
101+
carto = 'https://opencleveland.cartodb.com/api/v2/sql'
102102
params = {
103103
'api_key': settings.CARTODB_API_KEY,
104104
'q': "SELECT ppn FROM joined WHERE ppn = '%s'" % ppn.replace('-', ''),

0 commit comments

Comments
 (0)