Fixes #7096: Home links should honor BASE_PATH configuration

This commit is contained in:
jeremystretch
2021-08-31 09:13:34 -04:00
parent db2993035d
commit 4f36885c5e
4 changed files with 6 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
The file <code>{{ filename }}</code> exists in the static root directory and is readable by the HTTP process.
</li>
</ul>
<p>Click <a href="/">here</a> to attempt loading NetBox again.</p>
<p>Click <a href="{% url 'home' %}">here</a> to attempt loading NetBox again.</p>
</div>
</body>
</html>