summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aloha/allotter/views.py1
1 files changed, 1 insertions, 0 deletions
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)