mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-29 14:24:25 +00:00
Simplify the new template rendering
- No extra template code is required for any new page - All loaded in base.html or page_base.html - Oh, so clean!
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
</div>
|
||||
|
||||
{% block page_content %}
|
||||
<!-- Custom page content goes here-->
|
||||
{% endblock %}
|
||||
{% include "plugin/panel_content.html" %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user