From 3ee9a1e6287652f5c525168d6fa9c197a2d32929 Mon Sep 17 00:00:00 2001 From: Ailson da Cruz Date: Sat, 10 Sep 2016 23:15:21 -0300 Subject: [PATCH] Adding breadcrumbs to user profile template #25 --- users/templates/users/profile.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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