mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Add {% block pluginfooter %} to 'base/layout.html' template
Makes it easy to insert footer information into Netbox footer.
This commit is contained in:
parent
4913d7ee39
commit
c489501441
@ -108,6 +108,9 @@
|
|||||||
|
|
||||||
{# Page footer #}
|
{# Page footer #}
|
||||||
<footer class="footer container-fluid">
|
<footer class="footer container-fluid">
|
||||||
|
{# Plugin Custom Footer #}
|
||||||
|
{% block pluginfooter %}{% endblock %}
|
||||||
|
|
||||||
<div class="row align-items-center justify-content-between mx-0">
|
<div class="row align-items-center justify-content-between mx-0">
|
||||||
|
|
||||||
{# Docs & Community Links #}
|
{# Docs & Community Links #}
|
||||||
|
Loading…
Reference in New Issue
Block a user