ee187ee044
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
10 lines
359 B
Twig
10 lines
359 B
Twig
{% form_theme form 'KekRozsakFrontBundle:Form:user_form.html.twig' %}
|
|
<div id="new-book-form-result">
|
|
<form method="POST" action="{{ path('KekRozsakFrontBundle_bookNew') }}" id="new-book-form">
|
|
<table>
|
|
{{ form_widget(form) }}
|
|
</table>
|
|
<button id="new-book-save-button" type="submit">Mentés</button>
|
|
</form>
|
|
</div>
|