8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-05 05:34:05 +00:00
re2o/templates/buttons/suppr.html

4 lines
163 B
HTML
Raw Normal View History

2016-11-18 10:53:10 +00:00
<a class="btn btn-danger btn-sm" role="button" href="{% url href id %}" title="{{ desc|default:"Supprimer" }}">
<i class="glyphicon glyphicon-trash"></i>
</a>