From 9c083d4ba36a566b4011c96eaa26ad7f7bea2080 Mon Sep 17 00:00:00 2001 From: Andrey Baydashkin Date: Tue, 18 Oct 2016 18:10:12 +0300 Subject: [PATCH] delete message --- common/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/views.py b/common/views.py index e4a5a55..bc66f7d 100644 --- a/common/views.py +++ b/common/views.py @@ -69,7 +69,6 @@ class PrintDocumentCreate(BaseMixin, View): msg.attach_file(attach) msg.send() - messages.info(request, 'Заявка на распечатку принята') return redirect('common:print-order-detail', pk=print_order.pk) # import code; code.interact(local=dict(globals(), **locals())) else: