Fixed url for function in 404.twig
This commit is contained in:
parent
b46551625d
commit
363ed2923a
@ -7,7 +7,7 @@
|
|||||||
<section id="error-section" class="row">
|
<section id="error-section" class="row">
|
||||||
<div class="col-xs-12 card hover-box shadow-1">
|
<div class="col-xs-12 card hover-box shadow-1">
|
||||||
<h4>404 Error</h4>
|
<h4>404 Error</h4>
|
||||||
<p>The URL you were looking for doesn't exist. Perhaps you'd like to start over at the <a href="{{ urlfor('home') }}">home page</a>?</p>
|
<p>The URL you were looking for doesn't exist. Perhaps you'd like to start over at the <a href="{{ urlFor('home') }}">home page</a>?</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user