From 2181e57e428504ee5b8b150fb4aac2b915b7d106 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 23:12:15 +0100 Subject: Redesign notifications page --- app/templates/notifications/list.html | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'app/templates') diff --git a/app/templates/notifications/list.html b/app/templates/notifications/list.html index 7f09e5d..8aab3ee 100644 --- a/app/templates/notifications/list.html +++ b/app/templates/notifications/list.html @@ -6,18 +6,33 @@ Notifications {% block content %} {% if current_user.notifications %} -
+ - +
{% endif %} - +

No notifications

{% endfor %} {% endblock %} -- cgit v1.2.3