Merge pull request #1145 from openclassify/vedat

fixed declare messages && fixed google maps api key
This commit is contained in:
Dia Shalabi 2021-08-25 09:18:38 +02:00 committed by GitHub
commit 0dec2f9e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -273,8 +273,6 @@
</div>
</div>
{{ addBlock('advs/create/under-images-field', {'vars': _context})|raw }}
{% set other_fields = addBlock('new-ad/other-fields',{'custom_fields':custom_fields,'id':id}) %}
{% if other_fields or (custom_fields and count(custom_fields)) %}
<h5 class="mt-5 pb-1 border-bottom">

View File

@ -60,7 +60,7 @@ return [
'bind' => 'adv.google_map_key',
'env' => 'ADV_MAP_KEY',
'config' => [
'default_value' => 'AIzaSyB9TmIjBED5fZvnTmElkMxFA75Nle1X0qc',
'default_value' => 'AIzaSyCfjSTNU-5kaiWY9OHLv-3N7CFHT1tFl-w',
],
],