app/soc/templates/soc/mail/new_notification.html
changeset 1771 b6e062cee814
parent 1754 63fa0e7f8f47
equal deleted inserted replaced
1770:2d3bcf1a17e3 1771:b6e062cee814
    14 {% endcomment %}
    14 {% endcomment %}
    15 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    15 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    16 
    16 
    17 {% block content %}
    17 {% block content %}
    18 You have received a new notification entitled "{{ notification.subject }}".
    18 You have received a new notification entitled "{{ notification.subject }}".
    19 To read, respond to, or delete this notification please visit {{ notification_url }}.
    19 To read, respond to, or delete this notification please visit <a href="{{ notification_url }}">{{ notification_url }}</a>.
    20 {% endblock %}
    20 {% endblock %}
    21 
    21 
    22 {% block signature %}
    22 {% block signature %}
    23 Greetings, <br />
    23 Greetings, <br />
    24 The {{ site_name }} Team
    24 The {{ site_name }} Team