mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1145 from openclassify/vedat
fixed declare messages && fixed google maps api key
This commit is contained in:
commit
0dec2f9e83
@ -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">
|
||||
|
||||
@ -60,7 +60,7 @@ return [
|
||||
'bind' => 'adv.google_map_key',
|
||||
'env' => 'ADV_MAP_KEY',
|
||||
'config' => [
|
||||
'default_value' => 'AIzaSyB9TmIjBED5fZvnTmElkMxFA75Nle1X0qc',
|
||||
'default_value' => 'AIzaSyCfjSTNU-5kaiWY9OHLv-3N7CFHT1tFl-w',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user