From d640c7bd637fa07150bbdaba17bcdcc8d24c676b Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:41:39 +1300 Subject: Refactored base templates --- project/templates/tags/application.xhtml | 2 +- project/templates/tags/binding.xhtml | 2 +- project/templates/tags/compsci.xhtml | 2 +- project/templates/tags/copyright.xhtml | 2 +- project/templates/tags/esoteric.xhtml | 2 +- project/templates/tags/language.xhtml | 2 +- project/templates/tags/legal.xhtml | 2 +- project/templates/tags/library.xhtml | 2 +- project/templates/tags/maps.xhtml | 2 +- project/templates/tags/mathematics.xhtml | 2 +- project/templates/tags/politics.xhtml | 2 +- project/templates/tags/programming.xhtml | 2 +- project/templates/tags/transport.xhtml | 2 +- project/templates/tags/videogames.xhtml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'project/templates/tags') diff --git a/project/templates/tags/application.xhtml b/project/templates/tags/application.xhtml index e8555c7..82c2a5f 100644 --- a/project/templates/tags/application.xhtml +++ b/project/templates/tags/application.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/binding.xhtml b/project/templates/tags/binding.xhtml index 34d5b91..794e595 100644 --- a/project/templates/tags/binding.xhtml +++ b/project/templates/tags/binding.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/compsci.xhtml b/project/templates/tags/compsci.xhtml index 7a269ef..741cf51 100644 --- a/project/templates/tags/compsci.xhtml +++ b/project/templates/tags/compsci.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/copyright.xhtml b/project/templates/tags/copyright.xhtml index 9c23058..dfe6295 100644 --- a/project/templates/tags/copyright.xhtml +++ b/project/templates/tags/copyright.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/esoteric.xhtml b/project/templates/tags/esoteric.xhtml index 14f75b4..917851c 100644 --- a/project/templates/tags/esoteric.xhtml +++ b/project/templates/tags/esoteric.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/language.xhtml b/project/templates/tags/language.xhtml index f3193ca..7669da9 100644 --- a/project/templates/tags/language.xhtml +++ b/project/templates/tags/language.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/legal.xhtml b/project/templates/tags/legal.xhtml index 71e30dd..1d97d7a 100644 --- a/project/templates/tags/legal.xhtml +++ b/project/templates/tags/legal.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/library.xhtml b/project/templates/tags/library.xhtml index b73f7b5..3f9c2fc 100644 --- a/project/templates/tags/library.xhtml +++ b/project/templates/tags/library.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/maps.xhtml b/project/templates/tags/maps.xhtml index ccccc34..8fe15e5 100644 --- a/project/templates/tags/maps.xhtml +++ b/project/templates/tags/maps.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/mathematics.xhtml b/project/templates/tags/mathematics.xhtml index 6d16264..4441004 100644 --- a/project/templates/tags/mathematics.xhtml +++ b/project/templates/tags/mathematics.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/politics.xhtml b/project/templates/tags/politics.xhtml index 8b2b1f9..7cc490f 100644 --- a/project/templates/tags/politics.xhtml +++ b/project/templates/tags/politics.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/programming.xhtml b/project/templates/tags/programming.xhtml index 8307d65..d4ca315 100644 --- a/project/templates/tags/programming.xhtml +++ b/project/templates/tags/programming.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/transport.xhtml b/project/templates/tags/transport.xhtml index b457d92..0881d37 100644 --- a/project/templates/tags/transport.xhtml +++ b/project/templates/tags/transport.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} diff --git a/project/templates/tags/videogames.xhtml b/project/templates/tags/videogames.xhtml index 188f016..ea820a8 100644 --- a/project/templates/tags/videogames.xhtml +++ b/project/templates/tags/videogames.xhtml @@ -1,5 +1,5 @@ -{%- extends "base.xhtml" -%} +{%- extends "base_plain.xhtml" -%} -- cgit