mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
7 lines
169 B
HTML
7 lines
169 B
HTML
|
{% extends "!layout.html" %}
|
||
|
|
||
|
{% block menu %}
|
||
|
{{ super() }}
|
||
|
<a href="genindex.html">Index</a>
|
||
|
<a href="py-modindex.html">Module Index</a>
|
||
|
{% endblock %}
|