diff --git a/scipost/views.py b/scipost/views.py index 1612b761b22702fc22cf0c8eaeddafcc196a7286..41949d77300dca04ea417f6b2286cba40d4fe731 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()