From ce36eb04c0b6089e3a4ec85252046951019086cc Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 9 Feb 2016 18:19:37 +0530 Subject: Frontend interface changes: - Current question in nav bar highlighted with green - Submitted question in nav bar disabled, greyed out - Timer display size increased - Timer warning display, blinking --- yaksh/views.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yaksh/views.py') diff --git a/yaksh/views.py b/yaksh/views.py index 0f6675a..78f33f6 100644 --- a/yaksh/views.py +++ b/yaksh/views.py @@ -1199,7 +1199,6 @@ def monitor(request, questionpaper_id=None): context_instance=ci) - def get_user_data(username): """For a given username, this returns a dictionary of important data related to the user including all the user's answers submitted. -- cgit