Browse Source

Homepage to home

imwald
Nuša Pukšič 7 months ago
parent
commit
75b5b5470f
  1. 2
      templates/bundles/TwigBundle/Exception/error.html.twig
  2. 2
      templates/bundles/TwigBundle/Exception/error404.html.twig

2
templates/bundles/TwigBundle/Exception/error.html.twig

@ -9,5 +9,5 @@ @@ -9,5 +9,5 @@
and the content cannot be delivered at this time.
</p>
<a href="{{ path('homepage') }}">Return to the homepage</a>
<a href="{{ path('home') }}">Return to the homepage</a>
{% endblock %}

2
templates/bundles/TwigBundle/Exception/error404.html.twig

@ -9,6 +9,6 @@ @@ -9,6 +9,6 @@
It might have been moved, renamed, or never published at all.
</p>
<a href="{{ path('homepage') }}">Return to the homepage</a>
<a href="{{ path('home') }}">Return to the homepage</a>
{% endblock %}

Loading…
Cancel
Save