summaryrefslogtreecommitdiff
path: root/statistics_app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'statistics_app/views.py')
-rw-r--r--statistics_app/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/statistics_app/views.py b/statistics_app/views.py
index 1507196..02135c4 100644
--- a/statistics_app/views.py
+++ b/statistics_app/views.py
@@ -527,6 +527,7 @@ def workshop_public_stats(request):
@login_required
def profile_stats(request):
user = request.user
+ print is_instructor(user)
if is_instructor(user) and is_email_checked(user):
profiles = Profile.objects.all()