From b94a6df756f80890ca0c04d9c08e05eb7b87870c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Tue, 17 Jul 2018 16:00:44 +0200 Subject: Various html improvements --- templates/macros.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/macros.html (limited to 'templates/macros.html') diff --git a/templates/macros.html b/templates/macros.html new file mode 100644 index 0000000..a84624f --- /dev/null +++ b/templates/macros.html @@ -0,0 +1,13 @@ +{% macro form(to, domain, reply=False) %} +
+ + {% if reply %} +
Reply
+{% else %} +
Submit a bug
+
+{% endif %} +

+ +
+{% endmacro %} -- cgit v1.2.3