From e7bd3b3261c33ff5bf3769303756e66ce8fc90b2 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 7 Apr 2017 22:33:49 -0300 Subject: [PATCH] Some updates in manage news --- news/templates/news/list.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/news/templates/news/list.html b/news/templates/news/list.html index e69de29..7cd40c6 100644 --- a/news/templates/news/list.html +++ b/news/templates/news/list.html @@ -0,0 +1,14 @@ +{% extends 'base.html' %} + +{% load static i18n django_bootstrap_breadcrumbs permission_tags %} + +{% block breadcrumbs %} + {{ block.super }} + {% breadcrumb "Manage News" 'news:manage_news' %} +{% endblock %} + +{% block render_breadcrumbs %} + {% render_breadcrumbs %} +{% endblock %} + +{% block content %}{% endblock %} -- libgit2 0.21.2