diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-20 17:56:22 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-20 17:56:22 +0200 |
commit | 499fa24be3f022c2426a8f019d9c99b27eb30db1 (patch) | |
tree | a305f05d60eb9f87f75dc355837b60d0aed2b19b /extras/404.html | |
parent | a0cbfad9fdacf74df26c8e8302900a2c48e9c140 (diff) |
Correction in relative url in 404 page
Diffstat (limited to 'extras/404.html')
-rw-r--r-- | extras/404.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/404.html b/extras/404.html index 5c0cda0..68f2df5 100644 --- a/extras/404.html +++ b/extras/404.html @@ -1,3 +1,4 @@ +{% set SITEURL = "" %} {% extends "base.html" %} {% block content_title %}Erreur 404{% endblock %} {% block content %} |