Moved main_template.html.twig into KekRozsakFrontBundle

Logical reasons.

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI
2012-08-15 12:31:02 +02:00
parent 78878d4117
commit 8d27d0c290
27 changed files with 222 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% extends 'KekRozsakFrontBundle:Default:main_template.html.twig' %}
{% block title %} - Csoport jelentkezők {% endblock %}
{% block content %}
<h3>Csoport jelentkezők</h3>

View File

@@ -1,6 +1,6 @@
{# vim: ft=htmljinja
#}
{% extends '::main_template.html.twig' %}
{% extends 'KekRozsakFrontBundle:Default:main_template.html.twig' %}
{% block title %} - Jelentkezők{% endblock %}
{% block content %}
<h3>Jelentkezők</h3>