Mercurial > libervia-templates
view default/input/form.html @ 113:e96a3e09d4e9
blog/articles: use short dates when severals items are shown because the page is cached, and relative for single view.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 26 Jan 2018 07:51:58 +0100 |
parents | 87680eed9e25 |
children |
line wrap: on
line source
{% macro form(action='', class='') %} <form method="post" action="{{action}}" {{ {'class': class}|xmlattr }}> {% if csrf_token is defined %} <input type="hidden" name="csrf_token" value="{{csrf_token}}"> {% endif %} {{ caller() }} </form> {% endmacro %}