2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Remove absolute URL encoding

- Should now work on RTD
This commit is contained in:
Oliver Walters
2019-04-28 08:11:29 +10:00
parent b52fe8810c
commit 7c45f8dc24
4 changed files with 21 additions and 11 deletions

View File

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