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 %}