From bf9072e5a34cc3ab14b704fbef1fa4bb5dc14829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 19 Jul 2018 20:24:07 +0200 Subject: added footer. --- templates/macros.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'templates/macros.html') diff --git a/templates/macros.html b/templates/macros.html index 76fad97..76e7f91 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -2,21 +2,30 @@
{% if reply %} -
Reply
-{% else %} -
Submit a bug
-
-{% endif %} -

- +
Reply
+ {% else %} +
Submit a bug
+
+ {% endif %} +

+
{% endmacro %} {% macro h1(DOMAIN) %} -

Hemiptera Bugtracker at {{DOMAIN}}

+

Hemiptera Bugtracker at {{DOMAIN}}

{% endmacro %} {% macro head() %} - - - + + + +{% endmacro %} + + +{% macro footer() %} + + {% endmacro %} -- cgit v1.2.3