templates/user/view_notification.html
changeset 134 3a49a7e23442
parent 133 34187a80d279
equal deleted inserted replaced
133:34187a80d279 134:3a49a7e23442
    15     <br />
    15     <br />
    16         
    16         
    17     <form action="delete/" method="post"> <input type="submit" value="Delete"> </form>
    17     <form action="delete/" method="post"> <input type="submit" value="Delete"> </form>
    18     <form action="unread/" method="post"> <input type="submit" value="Keep Unread"> </form>
    18     <form action="unread/" method="post"> <input type="submit" value="Keep Unread"> </form>
    19     <br />
    19     <br />
    20     sent at {{notification.sent_date}}<br />
    20     sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br />
    21     Sub: {{notification.sub}}<br />
    21     Sub: {{notification.sub}}<br />
    22     <br />
    22     <br />
    23         {{notification.message|safe}}
    23         {{notification.message|safe}}
    24 {% endblock %}
    24 {% endblock %}