summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/reply_by_email_error.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/email/reply_by_email_error.html')
-rw-r--r--askbot/templates/email/reply_by_email_error.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/askbot/templates/email/reply_by_email_error.html b/askbot/templates/email/reply_by_email_error.html
new file mode 100644
index 00000000..618e061a
--- /dev/null
+++ b/askbot/templates/email/reply_by_email_error.html
@@ -0,0 +1,11 @@
+{% extends "email/base_mail.html"%}
+{%block headline%}{% trans %}Oops, there was an error.{% endblock %}
+{%block content %}
+{% trans %}
+<p>The system was unable to process your message successfully, the reason being:<p>
+{% endtrans %}
+{{error}}
+{% endblock %}
+{%block footer %}
+{% include "email/footer.html" %}
+{% endblock %}