diff --git a/subjects/templates/subjects/update.html b/subjects/templates/subjects/update.html index 63d4728..5210d4e 100644 --- a/subjects/templates/subjects/update.html +++ b/subjects/templates/subjects/update.html @@ -15,7 +15,9 @@ {% block breadcrumbs %} {{ block.super }} - {% with 'Update '|add:object.slug as bread_slug %} + {% breadcrumb subject.category 'subjects:index' %} + {% breadcrumb subject 'subjects:view' subject.slug %} + {% with 'Edit '|add:object.slug as bread_slug %} {% breadcrumb bread_slug 'subjects:update' %} {% endwith %} {% endblock %} -- libgit2 0.21.2