From 47a62a1683eafd323d79a47688a649db186357ae Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 26 Oct 2015 20:51:44 +0200 Subject: Added counter to rules --- servo/views/checkin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'servo/views/checkin.py') diff --git a/servo/views/checkin.py b/servo/views/checkin.py index 16d852c..d48c907 100644 --- a/servo/views/checkin.py +++ b/servo/views/checkin.py @@ -210,7 +210,10 @@ def terms(request): def index(request): + """The checkin page + @FIXME: would be nice to break this into smaller chunks... + """ if request.method == 'GET': reset_session(request) -- cgit v1.2.3