# HG changeset patch # User durandn # Date 1471008883 -7200 # Node ID 1264552829f8e244bac82fb97a4b557f7fb38cca # Parent 340a63d122010c24a20af4eb276f77f5a1eb1b5d use proper collection name in breadcrumbs + fixed 404 errors and added redirections for urlbar navigation diff -r 340a63d12201 -r 1264552829f8 src/iconolab/templates/errors/404error.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab/templates/errors/404error.html Fri Aug 12 15:34:43 2016 +0200 @@ -0,0 +1,7 @@ +{% extends 'iconolab_base.html' %} + +{% block content %} + +

Erreur 404: le contenu que vous essayez d'atteindre n'a pas été trouvé

+ +{% endblock %} \ No newline at end of file diff -r 340a63d12201 -r 1264552829f8 src/iconolab/templates/partials/header_breadcrumbs.html --- a/src/iconolab/templates/partials/header_breadcrumbs.html Fri Aug 12 14:50:23 2016 +0200 +++ b/src/iconolab/templates/partials/header_breadcrumbs.html Fri Aug 12 15:34:43 2016 +0200 @@ -2,9 +2,9 @@