root / corbo / templates / corbo / announce.html @ 83bedd6f
1 |
{% load i18n %} |
---|---|
2 |
<div class="content"> |
3 |
{{ content|safe }} |
4 |
</div>
|
5 |
<div class="footer"> |
6 |
{% blocktrans %} |
7 |
Click <a href='{{ unsubscribe_link}}'>here</a> to unsubscribe from this newsletter. |
8 |
{% endblocktrans %} |
9 |
</div>
|