2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Catch sidebar error

This commit is contained in:
Oliver
2021-10-30 00:15:19 +11:00
parent a15cc1f3ba
commit a792903a79
3 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@
{% load static %}
{% block sidebar %}
{% url 'part-index' as url %]
{% url 'part-index' as url %}
{% include "sidebar_link.html" with url=url text="Return to Parts" icon="fa-undo" %}
{% endblock %}