From d640c7bd637fa07150bbdaba17bcdcc8d24c676b Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Fri, 26 Nov 2021 20:41:39 +1300
Subject: Refactored base templates

---
 project/templates/about.xhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'project/templates/about.xhtml')

diff --git a/project/templates/about.xhtml b/project/templates/about.xhtml
index 8eef5e4..a982b0d 100644
--- a/project/templates/about.xhtml
+++ b/project/templates/about.xhtml
@@ -1,5 +1,5 @@
 
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
 
 
 
-- 
cgit