Skip to content

Commit

Permalink
templates: page_cover: Add banner to login template
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 committed Sep 2, 2024
1 parent 75b8e2f commit ddf7a8f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

{%- block body %}
<div class="sixteen wide column centered">
{%- block site_banner %}
{% from 'invenio_banners/banner.html' import banner %}
{{ banner() }}
{%- endblock site_banner %}

{%- block flashmessages %}
{%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}
{{ flashed_messages(center_text=true) }}
Expand Down

0 comments on commit ddf7a8f

Please sign in to comment.