SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 09bce202 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct login bug

parent 45216e34
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment