2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00
Oliver Walters
2019-04-28 00:20:27 +10:00
parent 4aef8eecea
commit 0d8f14d3e2
2 changed files with 9 additions and 0 deletions

7
docs/templates/layout.html vendored Normal file
View File

@ -0,0 +1,7 @@
{% extends "!layout.html" %}
{% block menu %}
{{ super() }}
<a href="genindex.html">Index</a>
<a href="py-modindex.html">Module Index</a>
{% endblock %}