# HG changeset patch # User durandn # Date 1471006212 -7200 # Node ID 33102de1f38aa645f3acd000973eb5efe90cb94b # Parent a9be1de5fe9054dc435216947b913bb4602899fe breadcrumbs in header for navigation diff -r a9be1de5fe90 -r 33102de1f38a src/iconolab/templates/partials/header.html --- a/src/iconolab/templates/partials/header.html Fri Aug 12 16:12:40 2016 +0200 +++ b/src/iconolab/templates/partials/header.html Fri Aug 12 14:50:12 2016 +0200 @@ -1,5 +1,5 @@ {% load notifications_tags %} - +{% include "partials/header_breadcrumbs.html" %} diff -r a9be1de5fe90 -r 33102de1f38a src/iconolab/templates/partials/header_breadcrumbs.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/iconolab/templates/partials/header_breadcrumbs.html Fri Aug 12 14:50:12 2016 +0200 @@ -0,0 +1,21 @@ +{% if collection %} +
+{% endif %} \ No newline at end of file