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.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/askbot/templates/email/reply_by_email_error.html b/askbot/templates/email/reply_by_email_error.html
index 618e061a..53648184 100644
--- a/askbot/templates/email/reply_by_email_error.html
+++ b/askbot/templates/email/reply_by_email_error.html
@@ -1,11 +1,4 @@
-{% 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 %}