From e8285e533c8ed7ff3e68f72b0bbac04b478f19c9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 6 Feb 2022 16:55:00 +0000 Subject: added linux ISO CD form --- templates/isocd.jinja | 29 +++++++++++++++++++++++++++++ templates/isocd_confirmation.jinja | 16 ++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 templates/isocd.jinja create mode 100644 templates/isocd_confirmation.jinja (limited to 'templates') diff --git a/templates/isocd.jinja b/templates/isocd.jinja new file mode 100644 index 0000000..915f837 --- /dev/null +++ b/templates/isocd.jinja @@ -0,0 +1,29 @@ +{% extends "template.jinja" %} +{% block content %} +

As discussed here, I will post a GNU/Linux install CD to you for free (provided you live in the United Kingdom). Just fill out the form below:

+
+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +

+ +
+

I make no promises how long this will actually take, but you might get a special present too uwu

+

btw if u abuse this service i'll just ignore u

+{% endblock %} \ No newline at end of file diff --git a/templates/isocd_confirmation.jinja b/templates/isocd_confirmation.jinja new file mode 100644 index 0000000..bed09d6 --- /dev/null +++ b/templates/isocd_confirmation.jinja @@ -0,0 +1,16 @@ +{% 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