combo-plugin-imio-townstreet/combo_plugin_imio_townstreet/templates/imio_townstreet/button.html

10 lines
237 B
HTML
Raw Normal View History

2021-02-19 14:57:23 +01:00
{% load static %}
{% spaceless %}
<a href="{{url}}">
<div>
<img src="{% static 'imio_townstreet/icon.svg' %}" alt="" width="48" height="48">
<h4>Signaler un problème sur lespace public</h4>
</div>
</a>
{% endspaceless %}