summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/welcome_lamson_off.html
blob: 1be7b9a15078e60038a193b946d77afcf4838e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "email/base_mail.html" %}
{% import "email/macros.html" as macros %}
{# site_name - is short name of the site, email_code - address portion
of the reply email used for this message, we scan to the last appearance
of the email code to detect the response signature that will appear under #}
{%block title%} {% trans %}Welcome to {{ site_name }}!{% endtrans %} {%endblock%}
{%block headline%} {% trans %}Welcome to {{ site_name }}!{% endtrans %} {%endblock%}
{%block content%}
<p>
    <p>{% trans %}Please visit {{ site_name }} at <a href="{{ site_url }}">{{ site_url }}</a>, we look forward to your posts.{% endtrans %}</p>
</p>
{%endblock%}
{%block footer %}
{% include "email/footer.html" %}
{%endblock%}