Fixed some typos

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-09-04 17:53:28 +02:00
parent d589a57041
commit a24b32a162
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
/** /**
* @Route("/") * @Route("")
*/ */
class DefaultController extends Controller class DefaultController extends Controller
{ {

View File

@ -1,5 +1,9 @@
{% if format != 'pdf' %}
{% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %} {% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %}
{% block title %} - Disclaimer{% endblock %} {% endif %}
{% block title %} - Resume{% endblock %}
{% block content %} {% block content %}
<h3>Resume</h3> <h3>Resume</h3>
<h4>Personal information</h4> <h4>Personal information</h4>