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')