# HG changeset patch # User Alexandre Segura # Date 1490092194 -3600 # Node ID 94334e3761ef1882bec19cd245c3efec0cc08e56 # Parent 8bf4f5457d8b0a24e290b5e7369f496cd079ce99 Restore button to clear notifications. diff -r 8bf4f5457d8b -r 94334e3761ef src/iconolab/templates/iconolab/user_notifications.html --- a/src/iconolab/templates/iconolab/user_notifications.html Mon Mar 20 14:23:31 2017 +0100 +++ b/src/iconolab/templates/iconolab/user_notifications.html Tue Mar 21 11:29:54 2017 +0100 @@ -1,15 +1,21 @@ {% extends 'iconolab/user_base.html' %} {% load staticfiles %} - {% load thumbnail %} - {% load iconolab_tags %} - {% load notifications_tags %} {% block user_content %} -

Mes notifications

+ + {% notifications_unread as unread_count %} +

+ Mes notifications + {% if unread_count %} + Tout marquer comme lu + {% endif %} +

+
+ {% if notifications %}