UI cleanup

This commit is contained in:
jeremystretch
2021-08-26 14:48:24 -04:00
parent 93b185634b
commit 87069590a8
5 changed files with 32 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
{% load helpers %}
{% load plugins %}
{% block title %}{{ object.name }}{% endblock %}
{% block breadcrumbs %}
{{ block.super }}
<li class="breadcrumb-item"><a href="{% url 'extras:exporttemplate_list' %}?content_type={{ object.content_type.pk }}">{{ object.content_type }}</a></li>