diff --git a/templates/public/edit.html.twig b/templates/public/edit.html.twig index 6b1946f9..6b54114c 100644 --- a/templates/public/edit.html.twig +++ b/templates/public/edit.html.twig @@ -167,16 +167,16 @@ {% include 'public/edit/tags.html.twig' %} -
-

Prévisualisation des tags OSM (texte à copier-coller)

- {% set tags_for_textarea = {} %} - {% for k, v in commerce_overpass.tags_converted %} - {% if v is not empty %} - {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %} - {% endif %} - {% endfor %} - {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %} -
+{#
#} +{#

Prévisualisation des tags OSM (texte à copier-coller)

#} +{# {% set tags_for_textarea = {} %}#} +{# {% for k, v in commerce_overpass.tags_converted %}#} +{# {% if v is not empty %}#} +{# {% set tags_for_textarea = tags_for_textarea|merge({ (k): v }) %}#} +{# {% endif %}#} +{# {% endfor %}#} +{# {% include 'public/_tags_textarea.html.twig' with { 'tags': tags_for_textarea } %}#} +{#
#}
diff --git a/templates/public/edit/social_media.html.twig b/templates/public/edit/social_media.html.twig index b72ae70f..d52f23c2 100644 --- a/templates/public/edit/social_media.html.twig +++ b/templates/public/edit/social_media.html.twig @@ -1,8 +1,8 @@ -{# (medias sociaux TODO) #} - {% block social_medias %}
- Réseaux sociaux +

+ Réseaux sociaux +

{% set social_medias = { 'mastodon': { 'icon': 'bi-mastodon', 'label': 'Mastodon' },