fix: Add breadccrumbs to item group page
This commit is contained in:
parent
b184d43e75
commit
5a06908bbc
@ -1,5 +1,9 @@
|
||||
{% extends "templates/web.html" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
{% include "templates/includes/breadcrumbs.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}<h1>{{ name }}</h1>{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user