From 6c98dc4c12c8511e536bc5e8bfdfa5812bc1a6f6 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 20 Mar 2019 15:06:02 +0100 Subject: [PATCH] Correct typo in stats/views.py --- stats/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/views.py b/stats/views.py index 2eb2c72bc..426ef5e1a 100644 --- a/stats/views.py +++ b/stats/views.py @@ -41,7 +41,7 @@ def statistics(request, journal_doi_label=None, volume_nr=None, issue_nr=None, y nr_pen += submission.referee_invitations.awaiting_response().count() nr_rep_obt += submission.reports.accepted().count() nr_rep_obt_inv += submission.reports.accepted().invited().count() - nr_rep_obt_con += submission.reports.acccepted().contributed().count() + nr_rep_obt_con += submission.reports.accepted().contributed().count() context['nr_ref_inv'] = nr_ref_inv context['nr_acc'] = nr_acc context['nr_dec'] = nr_dec -- GitLab