From 787a9421d1a61229b838dcbf17734c42172800f7 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 25 Aug 2022 14:19:10 +0000 Subject: Renamed template files, added active for torrents --- templates/isocd_confirmation.html.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 templates/isocd_confirmation.html.j2 (limited to 'templates/isocd_confirmation.html.j2') diff --git a/templates/isocd_confirmation.html.j2 b/templates/isocd_confirmation.html.j2 new file mode 100755 index 0000000..81045a8 --- /dev/null +++ b/templates/isocd_confirmation.html.j2 @@ -0,0 +1,16 @@ +{% extends "template.html.j2" %} +{% block content %} +

Your order has been placed. Expect a confirmation email to {{ email }} when I can be bothered to sort it out.

+
+

Your order/reference id is {{ id_ }}

+
+

The details were as follows:

+ + {% for k, v in req.items() %} + + + + + {% endfor %} +
{{ k.upper() }}{{ v }}
+{% endblock %} \ No newline at end of file -- cgit v1.2.3