templates/profile/view_notification.html
changeset 285 cbb336da00bd
parent 277 2af4b1b731e8
equal deleted inserted replaced
284:72db9563fae1 285:cbb336da00bd
    14 {% endif %}
    14 {% endif %}
    15 <br />
    15 <br />
    16 
    16 
    17 <br />
    17 <br />
    18 sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br />
    18 sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br />
    19 Sub: {{notification.sub}}<br />
    19 Sub: {{notification.subject}}<br />
    20 <br />
    20 <br />
    21 {{notification.message|safe}}
    21 {{notification.message|safe}}
    22 <br />
    22 <br />
    23 <a href="/profile/notf/del/nid={{notification.uniq_key}}">Delete</a>
    23 <a href="/profile/notf/del/nid={{notification.uniq_key}}">Delete</a>
    24 <a href="/profile/notf/unr/nid={{notification.uniq_key}}">Keep Unread</a>
    24 <a href="/profile/notf/unr/nid={{notification.uniq_key}}">Keep Unread</a>