瀏覽代碼

Add {% block pluginfooter %} to 'base/layout.html' template

Makes it easy to insert footer information into Netbox footer.
Emerson Pereira 4 年之前
父節點
當前提交
c489501441
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      netbox/templates/base/layout.html

+ 3 - 0
netbox/templates/base/layout.html

@@ -108,6 +108,9 @@
 
         {# Page footer #}
         <footer class="footer container-fluid">
+          {# Plugin Custom Footer #}
+          {% block pluginfooter %}{% endblock %}
+
           <div class="row align-items-center justify-content-between mx-0">
 
             {# Docs & Community Links #}