From aa6a327151d207fa91d0d101566e6954d0c1df16 Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Mon, 5 Nov 2018 11:13:41 +0100
Subject: [PATCH] format

---
 smash/web/views/notifications.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smash/web/views/notifications.py b/smash/web/views/notifications.py
index d2843847..5c5e380b 100644
--- a/smash/web/views/notifications.py
+++ b/smash/web/views/notifications.py
@@ -164,8 +164,8 @@ def get_subjects_with_no_visit(user):
         resigned=False,
         unfinished_visit_count=0,
         default_location__in=get_filter_locations(user),
+        postponed=False,
         excluded=False,
-        postponed=False
         datetime_contact_reminder__isnull=True,
     ).exclude(vouchers__status=VOUCHER_STATUS_NEW)
     return result
-- 
GitLab