view default/input/form.html @ 36:baa0942d6b45

blog/item: fixed other_lang detection
author Goffi <goffi@goffi.org>
date Tue, 04 Jul 2017 07:54:32 +0200
parents 8b5615a1bf3d
children eb9a42fca6c8
line wrap: on
line source

{% macro form(action='') %}
<form method="post" action="{{action}}">
    {{ caller() }}
</form>
{% endmacro %}