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

Closes #8733: Add {% block pluginfooter %} to 'base/layout.html' template #8734

Merged

Conversation

emersonfelipesp
Copy link
Contributor

Makes it easy to insert footer information into Netbox footer.


Fixes: #8733

Changed the base/layout.html template used by Netbox to accept plugin to insert its own useful links into the footer.

Makes it easy to insert footer information into Netbox footer.
@emersonfelipesp emersonfelipesp marked this pull request as draft February 26, 2022 03:35
- 'footer' blocks represents the <footer> html tag
- 'footer_links' are the anchor tags inside nav
Copy link
Contributor Author

@emersonfelipesp emersonfelipesp left a comment

Choose a reason for hiding this comment

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

@jeremystretch let me know if the code is correct, thank you already.

@emersonfelipesp emersonfelipesp marked this pull request as ready for review February 26, 2022 04:14
@jeremystretch
Copy link
Member

Looks good, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Jinja2 block {% block pluginfooter %} inside <footer> html tag on 'base/layout.html' template
2 participants