From 09bce202724b73e6de590981e7a26f50e123c1e6 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Thu, 4 Feb 2016 21:44:42 +0100 Subject: [PATCH] Correct login bug --- scipost/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/views.py b/scipost/views.py index 1612b761b..41949d773 100644 --- a/scipost/views.py +++ b/scipost/views.py @@ -283,7 +283,7 @@ def personal_page(request): nr_comments_to_vet = 0 nr_author_replies_to_vet = 0 nr_reports_to_vet = 0 - nr_thesislinks_to_vet = 0 + nr_thesislink_requests_to_vet = 0 if contributor.rank >= 2: nr_commentary_page_requests_to_vet = Commentary.objects.filter(vetted=False).count() nr_comments_to_vet = Comment.objects.filter(status=0).count() -- GitLab