You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
364 B
10 lines
364 B
11 years ago
|
{% extends '::main_template.html.twig' %}
|
||
|
{% block title %} - Dokumentum létrehozása{% endblock %}
|
||
|
{% block content %}
|
||
|
<h3>Új dokumentum létrehozása</h3>
|
||
|
<form method="post" action="{{ path('KekRozsakFrontBundle_documentCreate', { groupSlug: defaultGroup }) }}">
|
||
|
{{ form_widget(form) }}
|
||
|
<button type="submit">Mentés</button>
|
||
|
</form>
|
||
|
{% endblock content %}
|