diff --git a/users/templates/users/edit_profile.html b/users/templates/users/edit_profile.html index c6b81ba..3124ff8 100644 --- a/users/templates/users/edit_profile.html +++ b/users/templates/users/edit_profile.html @@ -1,13 +1,14 @@ -{% extends 'app/base.html' %} +{% extends 'users/profile.html' %} {% load static i18n %} {% load widget_tweaks %} +{% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} -
+ + {{ block.super }} + {% breadcrumb 'Edit' 'users:update_profile' %} + {% endblock %} {% block sidebar %} @@ -36,9 +37,21 @@