diff --git a/users/templates/users/profile.html b/users/templates/users/profile.html index 1c1a8d0..f7951cb 100644 --- a/users/templates/users/profile.html +++ b/users/templates/users/profile.html @@ -1,13 +1,14 @@ -{% extends 'app/base.html' %} +{% extends 'home_student.html' %} {% load static i18n %} {% load widget_tweaks %} +{% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} - + + {{ block.super }} + {% breadcrumb 'Profile' 'users:profile' %} + {% endblock %} {% block sidebar %} @@ -24,8 +25,9 @@ {% block content %}
-
- logo amadeus +
+ logo amadeus +
@@ -112,10 +114,10 @@
@@ -124,6 +126,4 @@
- - {% endblock %} -- libgit2 0.21.2