summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/email/ask_for_signature.html
blob: cafeee2b73f4b795960a6be435e8b402a7aa4c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% import "email/macros.html" as macros %}
<p style="{{ macros.heading_style() }}">
    {% trans user=username|escape %}{{ user }}, please reply to this message.{% endtrans %}
</p>
<p>
    {% trans %}Your post could not be published, because we could not detect signature in your email.{% endtrans %}<br/>
    {% trans %}Please make a simple response, without editing this message.{% endtrans %}<br/>
    {% trans %}We will then attempt to detect the signature in your response and you should be able to post.{% endtrans %}
</p>
{% include "email/footer.html" %}
<p style="{{ macros.fine_print_style() }}">{{ footer_code }}</p>