Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates: page_cover: Add banner to login template #395

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

sakshamarora1
Copy link
Contributor

@sakshamarora1 sakshamarora1 commented Sep 2, 2024

@@ -13,6 +13,11 @@

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think there is a direct dependency on invenio-banners in this module...I think it is better to either keep the block here and implement the banner in a "higher" level module or completely move this to another module where it depends on invenio-banners.

@kpsherva kpsherva merged commit 9c0b258 into inveniosoftware:master Oct 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Banner: not visible in login page
4 participants