Fixed some typos
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
d589a57041
commit
a24b32a162
@ -7,7 +7,7 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
|
||||
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
|
||||
|
||||
/**
|
||||
* @Route("/")
|
||||
* @Route("")
|
||||
*/
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
|
@ -1,5 +1,9 @@
|
||||
{% if format != 'pdf' %}
|
||||
{% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %}
|
||||
{% block title %} - Disclaimer{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
{% block title %} - Resume{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Resume</h3>
|
||||
<h4>Personal information</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user