fix: Add breadccrumbs to item group page

This commit is contained in:
Deepesh Garg 2020-12-17 17:38:53 +05:30
parent b184d43e75
commit 5a06908bbc

View File

@ -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 %}