templates: add missing block in map widget variants (#65389)

This commit is contained in:
Valentin Deniaud 2022-05-18 12:03:13 +02:00
parent faa2f84f2a
commit f125a45e76
2 changed files with 2 additions and 0 deletions

View File

@ -13,5 +13,6 @@
data-init-lat="{{ widget.initial_position.lat }}"
data-init-lng="{{ widget.initial_position.lng }}"
{% endif %}
{% block widget-control-attributes %}{% endblock %}
></div>
{% endblock %}

View File

@ -15,5 +15,6 @@
data-init-lat="{{ widget.initial_position.lat }}"
data-init-lng="{{ widget.initial_position.lng }}"
{% endif %}
{% block widget-control-attributes %}{% endblock %}
></div>
{% endblock %}