summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/email/re_welcome_lamson_on.html
blob: 412fede8588070711e2555b0164ced90e9f1f2b2 (plain)
1
2
3
4
5
6
7
<p style="font-size:16px;font-weight:bold;">
    {% trans %}Great, you are ready to use {{ site_name }}!{% endtrans %}
</p>
<p>{% trans %}You can post questions by emailing them at {{ ask_address }}.{% endtrans %}</p>
<p>{% trans %}When you receive update notifications, you will be able to respond to them, also by email.{% endtrans %}</p>
<p>{% trans %}Of course, you can always visit the {{ site_name }} at <a href="{{ site_url }}">{{ site_url }}</a>{% endtrans %}</p>
{% include "email/footer.html" %}