summaryrefslogtreecommitdiff
path: root/slot
diff options
context:
space:
mode:
authordk-152017-05-18 17:29:35 +0530
committerdk-152017-05-18 17:36:23 +0530
commitb469782556fa5c9d5e84713dd613b94c1aad1e7b (patch)
tree5e922d9bdf4451129bdfd1bd77b14bb300db880f /slot
parent1030ef3805cf833a281bd945c009076fdf7ed112 (diff)
downloadSBHS-2018-Rpi-b469782556fa5c9d5e84713dd613b94c1aad1e7b.tar.gz
SBHS-2018-Rpi-b469782556fa5c9d5e84713dd613b94c1aad1e7b.tar.bz2
SBHS-2018-Rpi-b469782556fa5c9d5e84713dd613b94c1aad1e7b.zip
Confirmation mail working
Diffstat (limited to 'slot')
-rw-r--r--slot/views.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/slot/views.py b/slot/views.py
index b137f93..e9aa9dd 100644
--- a/slot/views.py
+++ b/slot/views.py
@@ -8,6 +8,9 @@ LIMIT = 2
@login_required(redirect_field_name=None)
def new(req):
+ print ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"
+ print req.user
+ print ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"
cur_slots = Slot.current_slots(req.user.board.mid)
all_slots = Slot.get_free_slots(req.user.board.mid)
date = (datetime.datetime.now()).strftime("%Y-%m-%d")