app/soc/templates/soc/mail/new_notification.html
changeset 1754 63fa0e7f8f47
parent 1561 fe1b141bfc2c
child 1771 b6e062cee814
equal deleted inserted replaced
1753:564f3adf4acf 1754:63fa0e7f8f47
    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 click <a href="{{ notification_url }}">here</a>.
    19 To read, respond to, or delete this notification please visit {{ notification_url }}.
    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