mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
up suivi
This commit is contained in:
parent
ad240bc1b7
commit
cb34fc3e1b
4 changed files with 24 additions and 10 deletions
|
@ -87,7 +87,9 @@
|
|||
placeholder="+33 1 23 45 67 89">
|
||||
</div>
|
||||
<div id="advanced_tags" class="d-none">
|
||||
{% include 'public/edit/tags.html.twig' with { 'excluded_tags_to_render': excluded_tags_to_render, 'commerce_overpass': commerce_overpass, 'hide_filled_inputs': hide_filled_inputs } %}
|
||||
{% include 'public/edit/tags.html.twig' with { 'excluded_tags_to_render': excluded_tags_to_render,
|
||||
'commerce_overpass': commerce_overpass,
|
||||
'hide_filled_inputs': hide_filled_inputs } %}
|
||||
</div>
|
||||
|
||||
<div id="validation_messages" class="alert alert-danger d-none"></div>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% block tags %}
|
||||
<fieldset>
|
||||
<div id="tags">
|
||||
{%if excluded_tags_to_render is defined %}
|
||||
{% for k, v in commerce_overpass.tags_converted %}
|
||||
<div class="row mb-3 {% if hide_filled_inputs is defined and v is not empty %}d-none{% endif %}">
|
||||
<div class="col-md-5">
|
||||
|
@ -40,6 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</fieldset>
|
||||
{% endblock %}
|
|
@ -79,7 +79,11 @@ moyens de paiement proposés
|
|||
téléphone
|
||||
</div>
|
||||
<div class="col-12 col-md-9">
|
||||
contact:phone
|
||||
<input type="text" class="form-control" name="commerce_tag_value__contact:phone" value="{{ commerce.tags_converted['contact:phone'] is defined ? commerce.tags_converted['contact:phone'] : '' }}">
|
||||
<br>
|
||||
phone:
|
||||
<input type="text" class="form-control" name="commerce_tag_value__phone" value="{{ commerce.tags_converted['phone'] is defined ? commerce.tags_converted['phone'] : '' }}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue