From bb6012ecede2500dac82c26c0ffa290f5f09e5b7 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Fri, 7 Oct 2022 07:58:37 +0200 Subject: [PATCH] changing to html from tpl files --- templates/next-band.html | 4 ++-- templates/resources.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/next-band.html b/templates/next-band.html index 32140e2..cfeb9d4 100644 --- a/templates/next-band.html +++ b/templates/next-band.html @@ -1,4 +1,4 @@ -% include('header_band.tpl') +% include('header_band.html')
@@ -54,4 +54,4 @@
-% include('footer_main.tpl') +% include('footer_main.html') diff --git a/templates/resources.html b/templates/resources.html index 78b7e95..813a55f 100644 --- a/templates/resources.html +++ b/templates/resources.html @@ -1,4 +1,4 @@ -% include('header_resources.tpl') +% include('header_resources.html')

Come learn about things!


@@ -67,4 +67,4 @@
-% include('footer_main.tpl') +% include('footer_main.html')