mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
c87166a49a
- Also fix links in sidebar
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 %} |