up suivi
This commit is contained in:
parent
ad240bc1b7
commit
cb34fc3e1b
4 changed files with 24 additions and 10 deletions
|
@ -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