diff --git a/courses/templates/course/update.html b/courses/templates/course/update.html index 57919b5..eb21f2a 100644 --- a/courses/templates/course/update.html +++ b/courses/templates/course/update.html @@ -1,13 +1,11 @@ {% extends 'course/view.html' %} {% load static i18n %} -{% load widget_tweaks %} +{% load widget_tweaks django_bootstrap_breadcrumbs %} {% block breadcrumbs %} -
+ {{ block.super }} + {% breadcrumb 'Update' 'course:update' %} {% endblock %} {% block content %} -- libgit2 0.21.2