# HG changeset patch # User BenoƮt Allard # Date 1412843096 -7200 # Node ID 51825b0c4890d7764e8cf5f729ce3de80a0d89fd # Parent 727c01e8e3e9796474101e5fe10c326807c42f1b Improve design of the delete_button diff -r 727c01e8e3e9 -r 51825b0c4890 farol/templates/macros.j2 --- a/farol/templates/macros.j2 Thu Oct 09 10:12:24 2014 +0200 +++ b/farol/templates/macros.j2 Thu Oct 09 10:24:56 2014 +0200 @@ -170,14 +170,14 @@ {% endmacro %} {% macro delete_button(url, hiddens, text="delete") %} -
+ {% for elem in hiddens %} {% endfor %} - +
{% endmacro %}