Update app to the latest notifications_utils.

This commit is contained in:
Nicholas Staples
2016-04-28 14:02:51 +01:00
parent 337eeb60d1
commit fbf30129b0
3 changed files with 7 additions and 8 deletions

View File

@@ -237,7 +237,6 @@ def check_messages(service_id, template_type, upload_id):
session['upload_data']['notification_count'] = len(list(recipients.rows))
session['upload_data']['valid'] = not recipients.has_errors
return render_template(
'views/check.html',
recipients=recipients,