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.jinja | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 templates/isocd_confirmation.jinja (limited to 'templates/isocd_confirmation.jinja') diff --git a/templates/isocd_confirmation.jinja b/templates/isocd_confirmation.jinja deleted file mode 100755 index bed09d6..0000000 --- a/templates/isocd_confirmation.jinja +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "template.jinja" %} -{% 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