summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-02-12 13:16:17 +0530
committerPrabhu Ramachandran2016-02-12 13:16:17 +0530
commit417eaf11018e25e83ce33bf2ddfe309c20de9426 (patch)
tree872f8e8511a075f79e580e21e8c386b16eefaa0a /yaksh/views.py
parente1009230a8d3bf2cf3385b478cd5f7f48d8dca25 (diff)
parentab1e0998b276dabd69213797c24cffd92faeb153 (diff)
downloadonline_test-417eaf11018e25e83ce33bf2ddfe309c20de9426.tar.gz
online_test-417eaf11018e25e83ce33bf2ddfe309c20de9426.tar.bz2
online_test-417eaf11018e25e83ce33bf2ddfe309c20de9426.zip
Merge pull request #70 from ankitjavalkar/frontendchanges
Frontend interface changes
Diffstat (limited to 'yaksh/views.py')
-rw-r--r--yaksh/views.py1
1 files changed, 0 insertions, 1 deletions
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.