From c9ff126c28937e983eb790f324d938bdf8c2bee7 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 19 May 2022 20:58:20 +0200 Subject: [PATCH] align with invenio-app-rdm community changes --- .../invenio_theme_tugraz/header.html | 87 ++++++++++--------- 1 file changed, 48 insertions(+), 39 deletions(-) diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index ffff3a1..51bb619 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -13,61 +13,70 @@ {% endif %} -
- {%- block navbar %} - + {%- endblock navbar %} + + {%- block flashmessages %} + {%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%} + {{ flashed_messages() }} + {%- endblock %} +
+ + {# {%- block breadcrumbs %} - {%- include "invenio_theme/breadcrumbs.html" %} + {%- include "invenio_theme/breadcrumbs.html" %} {%- endblock breadcrumbs %} -#} - + #} +