1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
agendav_ynh/sources/web/templates_src/src/form_open.dust
2014-01-07 17:53:08 +01:00

4 lines
226 B
Text

<form action="{frm.action}" method="{frm.method}"
{?applyclass}class="{applyclass}"{/applyclass}
{?applyid} id="{applyid}"{/applyid} accept-charset="utf-8">
<input type="hidden" name="{csrf_token_name}" value="{frm.csrf}" />