From c290f768afae96c024b11ae00ac30a415327cc99 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Wed, 26 Feb 2020 13:21:37 -0500 Subject: [PATCH] removed duplicate title code with new title template for mod app --- bookshare/mod/templates/mod.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bookshare/mod/templates/mod.html b/bookshare/mod/templates/mod.html index b69b719..e7f26eb 100644 --- a/bookshare/mod/templates/mod.html +++ b/bookshare/mod/templates/mod.html @@ -6,11 +6,7 @@ SRCT Bookshare • Mod {% block content %} -
-
-

Moderation

-
-
+{% include 'layouts/bookshare_title.html' with subtitle="Moderation" %}
-- GitLab