From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/tags/application.html | 32 -------------------------------- project/templates/tags/application.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/binding.html | 32 -------------------------------- project/templates/tags/binding.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/compsci.html | 32 -------------------------------- project/templates/tags/compsci.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/copyright.html | 32 -------------------------------- project/templates/tags/copyright.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/esoteric.html | 32 -------------------------------- project/templates/tags/esoteric.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/language.html | 32 -------------------------------- project/templates/tags/language.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/legal.html | 32 -------------------------------- project/templates/tags/legal.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/library.html | 32 -------------------------------- project/templates/tags/library.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/maps.html | 32 -------------------------------- project/templates/tags/maps.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/mathematics.html | 32 -------------------------------- project/templates/tags/mathematics.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/politics.html | 32 -------------------------------- project/templates/tags/politics.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/programming.html | 32 -------------------------------- project/templates/tags/programming.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/transport.html | 32 -------------------------------- project/templates/tags/transport.xhtml | 32 ++++++++++++++++++++++++++++++++ project/templates/tags/videogames.html | 32 -------------------------------- project/templates/tags/videogames.xhtml | 32 ++++++++++++++++++++++++++++++++ 28 files changed, 448 insertions(+), 448 deletions(-) delete mode 100644 project/templates/tags/application.html create mode 100644 project/templates/tags/application.xhtml delete mode 100644 project/templates/tags/binding.html create mode 100644 project/templates/tags/binding.xhtml delete mode 100644 project/templates/tags/compsci.html create mode 100644 project/templates/tags/compsci.xhtml delete mode 100644 project/templates/tags/copyright.html create mode 100644 project/templates/tags/copyright.xhtml delete mode 100644 project/templates/tags/esoteric.html create mode 100644 project/templates/tags/esoteric.xhtml delete mode 100644 project/templates/tags/language.html create mode 100644 project/templates/tags/language.xhtml delete mode 100644 project/templates/tags/legal.html create mode 100644 project/templates/tags/legal.xhtml delete mode 100644 project/templates/tags/library.html create mode 100644 project/templates/tags/library.xhtml delete mode 100644 project/templates/tags/maps.html create mode 100644 project/templates/tags/maps.xhtml delete mode 100644 project/templates/tags/mathematics.html create mode 100644 project/templates/tags/mathematics.xhtml delete mode 100644 project/templates/tags/politics.html create mode 100644 project/templates/tags/politics.xhtml delete mode 100644 project/templates/tags/programming.html create mode 100644 project/templates/tags/programming.xhtml delete mode 100644 project/templates/tags/transport.html create mode 100644 project/templates/tags/transport.xhtml delete mode 100644 project/templates/tags/videogames.html create mode 100644 project/templates/tags/videogames.xhtml (limited to 'project/templates/tags') diff --git a/project/templates/tags/application.html b/project/templates/tags/application.html deleted file mode 100644 index f1b4b60..0000000 --- a/project/templates/tags/application.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Application Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Application

- - -{% endblock -%} - - diff --git a/project/templates/tags/application.xhtml b/project/templates/tags/application.xhtml new file mode 100644 index 0000000..e8555c7 --- /dev/null +++ b/project/templates/tags/application.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Application Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Application

+ + +{% endblock -%} + + diff --git a/project/templates/tags/binding.html b/project/templates/tags/binding.html deleted file mode 100644 index 222ded4..0000000 --- a/project/templates/tags/binding.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Binding Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Binding

- - -{% endblock -%} - - diff --git a/project/templates/tags/binding.xhtml b/project/templates/tags/binding.xhtml new file mode 100644 index 0000000..34d5b91 --- /dev/null +++ b/project/templates/tags/binding.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Binding Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Binding

+ + +{% endblock -%} + + diff --git a/project/templates/tags/compsci.html b/project/templates/tags/compsci.html deleted file mode 100644 index 7b9f5b1..0000000 --- a/project/templates/tags/compsci.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Compsci Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Compsci

- - -{% endblock -%} - - diff --git a/project/templates/tags/compsci.xhtml b/project/templates/tags/compsci.xhtml new file mode 100644 index 0000000..7a269ef --- /dev/null +++ b/project/templates/tags/compsci.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Compsci Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Compsci

+ + +{% endblock -%} + + diff --git a/project/templates/tags/copyright.html b/project/templates/tags/copyright.html deleted file mode 100644 index 686b025..0000000 --- a/project/templates/tags/copyright.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Copyright Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Copyright

- - -{% endblock -%} - - diff --git a/project/templates/tags/copyright.xhtml b/project/templates/tags/copyright.xhtml new file mode 100644 index 0000000..9c23058 --- /dev/null +++ b/project/templates/tags/copyright.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Copyright Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Copyright

+ + +{% endblock -%} + + diff --git a/project/templates/tags/esoteric.html b/project/templates/tags/esoteric.html deleted file mode 100644 index 223c57c..0000000 --- a/project/templates/tags/esoteric.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Esoteric Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Esoteric

- - -{% endblock -%} - - diff --git a/project/templates/tags/esoteric.xhtml b/project/templates/tags/esoteric.xhtml new file mode 100644 index 0000000..14f75b4 --- /dev/null +++ b/project/templates/tags/esoteric.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Esoteric Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Esoteric

+ + +{% endblock -%} + + diff --git a/project/templates/tags/language.html b/project/templates/tags/language.html deleted file mode 100644 index a7730b8..0000000 --- a/project/templates/tags/language.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Language Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Language

- - -{% endblock -%} - - diff --git a/project/templates/tags/language.xhtml b/project/templates/tags/language.xhtml new file mode 100644 index 0000000..f3193ca --- /dev/null +++ b/project/templates/tags/language.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Language Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Language

+ + +{% endblock -%} + + diff --git a/project/templates/tags/legal.html b/project/templates/tags/legal.html deleted file mode 100644 index ff8b9d9..0000000 --- a/project/templates/tags/legal.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Legal Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Legal

- - -{% endblock -%} - - diff --git a/project/templates/tags/legal.xhtml b/project/templates/tags/legal.xhtml new file mode 100644 index 0000000..71e30dd --- /dev/null +++ b/project/templates/tags/legal.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Legal Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Legal

+ + +{% endblock -%} + + diff --git a/project/templates/tags/library.html b/project/templates/tags/library.html deleted file mode 100644 index dd2dc62..0000000 --- a/project/templates/tags/library.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Library Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Library

- - -{% endblock -%} - - diff --git a/project/templates/tags/library.xhtml b/project/templates/tags/library.xhtml new file mode 100644 index 0000000..b73f7b5 --- /dev/null +++ b/project/templates/tags/library.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Library Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Library

+ + +{% endblock -%} + + diff --git a/project/templates/tags/maps.html b/project/templates/tags/maps.html deleted file mode 100644 index 745c49e..0000000 --- a/project/templates/tags/maps.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Maps Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Maps

- - -{% endblock -%} - - diff --git a/project/templates/tags/maps.xhtml b/project/templates/tags/maps.xhtml new file mode 100644 index 0000000..ccccc34 --- /dev/null +++ b/project/templates/tags/maps.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Maps Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Maps

+ + +{% endblock -%} + + diff --git a/project/templates/tags/mathematics.html b/project/templates/tags/mathematics.html deleted file mode 100644 index b39967d..0000000 --- a/project/templates/tags/mathematics.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Mathematics Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Mathematics

- - -{% endblock -%} - - diff --git a/project/templates/tags/mathematics.xhtml b/project/templates/tags/mathematics.xhtml new file mode 100644 index 0000000..6d16264 --- /dev/null +++ b/project/templates/tags/mathematics.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Mathematics Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Mathematics

+ + +{% endblock -%} + + diff --git a/project/templates/tags/politics.html b/project/templates/tags/politics.html deleted file mode 100644 index 414ea98..0000000 --- a/project/templates/tags/politics.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Politics Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Politics

- - -{% endblock -%} - - diff --git a/project/templates/tags/politics.xhtml b/project/templates/tags/politics.xhtml new file mode 100644 index 0000000..8b2b1f9 --- /dev/null +++ b/project/templates/tags/politics.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Politics Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Politics

+ + +{% endblock -%} + + diff --git a/project/templates/tags/programming.html b/project/templates/tags/programming.html deleted file mode 100644 index 4c7d83c..0000000 --- a/project/templates/tags/programming.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Programming Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Programming

- - -{% endblock -%} - - diff --git a/project/templates/tags/programming.xhtml b/project/templates/tags/programming.xhtml new file mode 100644 index 0000000..8307d65 --- /dev/null +++ b/project/templates/tags/programming.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Programming Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Programming

+ + +{% endblock -%} + + diff --git a/project/templates/tags/transport.html b/project/templates/tags/transport.html deleted file mode 100644 index 863da30..0000000 --- a/project/templates/tags/transport.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Transport Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Transport

- - -{% endblock -%} - - diff --git a/project/templates/tags/transport.xhtml b/project/templates/tags/transport.xhtml new file mode 100644 index 0000000..b457d92 --- /dev/null +++ b/project/templates/tags/transport.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Transport Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Transport

+ + +{% endblock -%} + + diff --git a/project/templates/tags/videogames.html b/project/templates/tags/videogames.html deleted file mode 100644 index 904aa29..0000000 --- a/project/templates/tags/videogames.html +++ /dev/null @@ -1,32 +0,0 @@ - -{%- extends "base.html" -%} - - - -{%- block title -%}Videogames Tag{%- endblock -%} - - - -{%- block style %} - -{% endblock -%} - - - -{%- block content %} -

Tag: Videogames

- - -{% endblock -%} - - diff --git a/project/templates/tags/videogames.xhtml b/project/templates/tags/videogames.xhtml new file mode 100644 index 0000000..188f016 --- /dev/null +++ b/project/templates/tags/videogames.xhtml @@ -0,0 +1,32 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Videogames Tag{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Tag: Videogames

+ + +{% endblock -%} + + -- cgit