From 31ea760f9d2ddf9007c0f1dc5a7a6c685d2cf459 Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Wed, 7 Aug 2019 01:06:38 -0500 Subject: [PATCH] add template for ticket with email sending --- .../templates/admin/ticket_with_email.html | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ttadmin/help/templates/admin/ticket_with_email.html diff --git a/ttadmin/help/templates/admin/ticket_with_email.html b/ttadmin/help/templates/admin/ticket_with_email.html new file mode 100644 index 0000000..67dbe20 --- /dev/null +++ b/ttadmin/help/templates/admin/ticket_with_email.html @@ -0,0 +1,43 @@ +{% extends 'admin/change_form.html' %} + +{% block after_field_sets %} +

Send an email

+ + + + + + + + +
+ + +

Copy a template over?

+ + + {% for tmpl in email_templates %} + + + + + + + + + +
+ {{ tmpl }} + {% endfor %} +
+

lost key

+

Hi!
to update your key, please respond to this message with your new pub key.

+
+

delete confirmation

+

Hi,
this email is to confirm you would like your town account deleted. would you + like your public html files to remain accessible?

+
+
+ +
+{% endblock %}