From 6ed4792a21dc94c46ac9129d7080a5b5ee448040 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 13 Mar 2019 17:48:52 -0700 Subject: [PATCH] base.html: add title block. cleanup others. --- templates/base.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index b2201ca..602b659 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,15 +5,12 @@ - TITLE + {% block title %}ProCatalog{% endblock %} - {% block navigation %} {% include "nav.html" %} - {% endblock%} - {% block messages %} {% if messages %} {% endif %} - {% endblock%} {% block content %} {% endblock %}