From 56e2d83565a559be5105ad0f62daf018ac16bd01 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 2 Apr 2012 14:04:31 +0530 Subject: added time stamp to mail --- aloha/allotter/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aloha/allotter/views.py b/aloha/allotter/views.py index 33a4353..310d0b4 100644 --- a/aloha/allotter/views.py +++ b/aloha/allotter/views.py @@ -209,6 +209,7 @@ def complete_allotment(request): content += "%s,%s:" %(counter, option.opt_code) counter += 1 admin_content +="#" + admin_content += time.ctime() send_mail(subject, content, from_email, [sec_email]) mail_admins(subject, admin_content) return render(request, 'allotter/complete.html', context) -- cgit