From 76adaa727c48845bfafa5df9471ea46d7fa832f6 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sat, 21 Oct 2017 01:24:13 -0400 Subject: [PATCH] Exclude breadcrumb nav from registration pages. --- babyblotter/templates/babyblotter/base.html | 14 ++++++++------ babyblotter/templates/registration/base.html | 2 ++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/babyblotter/templates/babyblotter/base.html b/babyblotter/templates/babyblotter/base.html index 39b08734..028ecb00 100644 --- a/babyblotter/templates/babyblotter/base.html +++ b/babyblotter/templates/babyblotter/base.html @@ -19,12 +19,14 @@ {% block nav %}{% endblock %} - +{% block breadcrumb_nav %} + +{% endblock %} {% block page %}{% endblock %} diff --git a/babyblotter/templates/registration/base.html b/babyblotter/templates/registration/base.html index f59bb391..dba51133 100644 --- a/babyblotter/templates/registration/base.html +++ b/babyblotter/templates/registration/base.html @@ -1,6 +1,8 @@ {% extends "babyblotter/base.html" %} {% load static widget_tweaks %} +{% block breadcrumb_nav %}{% endblock %} + {% block page %}