From 192848fb43c82275f4dec053839bbf9d1ef06ee7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 20 May 2021 18:41:38 -0400 Subject: [PATCH] Inherit page title from base template --- tasks/templates/tasks/index.djhtml | 2 -- tasks/templates/tasks/taskDetail.djhtml | 2 +- tasks/templates/tasks/toolDetail.djhtml | 2 +- templates/base.djhtml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/tasks/templates/tasks/index.djhtml b/tasks/templates/tasks/index.djhtml index 8c23c25..fa9c4e6 100644 --- a/tasks/templates/tasks/index.djhtml +++ b/tasks/templates/tasks/index.djhtml @@ -1,7 +1,5 @@ {% extends "base.djhtml" %} -{% block title %} RecMaint {% endblock %} - {% block content %}

Tools