Created custom 404 HTML page
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
41c85703b3
commit
78bf4d61b7
14
app/Resources/TwigBundle/views/Exception/error404.html.twig
Normal file
14
app/Resources/TwigBundle/views/Exception/error404.html.twig
Normal file
@ -0,0 +1,14 @@
|
||||
{% extends 'KekRozsakFrontBundle:Default:main_template.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h3>A keresett oldal nem létezik</h3>
|
||||
<p>
|
||||
{% spaceless %}
|
||||
A keresett oldal nem létezik. Válassz valamit a menüből
|
||||
{% if app.user %}
|
||||
vagy kattints a bal felső sarokban a nevedre a további lehetőségekért
|
||||
{% endif %}
|
||||
!
|
||||
{% endspaceless %}
|
||||
</p>
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user