From 0c92554561bdc02817c902d8ad1b90bbfdec41da Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 8 Feb 2021 15:40:43 +0000 Subject: [PATCH] fix: set page title --- breccia_mapper/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html index 182f665..3ad8a89 100644 --- a/breccia_mapper/templates/base.html +++ b/breccia_mapper/templates/base.html @@ -10,6 +10,7 @@ + {{ settings.PROJECT_LONG_NAME }} {% bootstrap_css %}