mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed declare messages && fixed google maps api key
This commit is contained in:
parent
71192465fb
commit
f76e241c80
@ -60,7 +60,7 @@ return [
|
|||||||
'bind' => 'adv.google_map_key',
|
'bind' => 'adv.google_map_key',
|
||||||
'env' => 'ADV_MAP_KEY',
|
'env' => 'ADV_MAP_KEY',
|
||||||
'config' => [
|
'config' => [
|
||||||
'default_value' => 'AIzaSyB9TmIjBED5fZvnTmElkMxFA75Nle1X0qc',
|
'default_value' => 'AIzaSyCfjSTNU-5kaiWY9OHLv-3N7CFHT1tFl-w',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@ -15,9 +15,6 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
|
||||||
{% include "visiosoft.theme.base::partials/messages" %}
|
|
||||||
</div>
|
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
{% set form = form('profile', 'adress').get() %}
|
{% set form = form('profile', 'adress').get() %}
|
||||||
{{ form_open({
|
{{ form_open({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user