From 430b5d23a82e81add12fce46a2e8e67ac6cfb7db Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 29 Mar 2018 22:39:07 +0100 Subject: More convenient static_file() function for templates --- templates/errors/error.html | 6 +++--- templates/main/base.html | 6 +++--- templates/main/countdown.html | 22 ---------------------- templates/main/navigation.html | 2 +- 4 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 templates/main/countdown.html (limited to 'templates') diff --git a/templates/errors/error.html b/templates/errors/error.html index 6aeaee02..366bd49e 100644 --- a/templates/errors/error.html +++ b/templates/errors/error.html @@ -5,7 +5,7 @@ {% block beta_error %}{% endblock %} {% block extra_head %} - + - - + + {% endblock %} {% block content %} diff --git a/templates/main/base.html b/templates/main/base.html index 7e278a09..d5391791 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -7,9 +7,9 @@ - - - + + + diff --git a/templates/main/countdown.html b/templates/main/countdown.html deleted file mode 100644 index 8dd25564..00000000 --- a/templates/main/countdown.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "main/base.html" %} -{% block title %}Countdown{% endblock %} -{% block og_title %}Countdown{% endblock %} -{% block og_description %}Countdown for Code Jams.{% endblock %} -{% block beta_error %}{% endblock %} -{% block content %} -
- - - - -
-

Code Jam Countdown

-
-

-
-
-
- - - -{% endblock %} \ No newline at end of file diff --git a/templates/main/navigation.html b/templates/main/navigation.html index ca196a81..53bdf196 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -7,7 +7,7 @@