summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/reply_by_email_error.html
blob: 618e061a2edbe08a3dab06830637719c2cbf8ad0 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}