mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
7 lines
171 B
HTML
7 lines
171 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block menu %}
|
|
{{ super() }}
|
|
<a href="/py-modindex.html">Module Index</a>
|
|
<a href="/genindex.html">Index</a>
|
|
{% endblock %} |