From f84f7b9148c15f09e85807d845f12b27818339a8 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Thu, 4 Jul 2024 13:58:46 +0300 Subject: [PATCH] add duplicate refusal reason in report vet form --- scipost_django/submissions/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scipost_django/submissions/constants.py b/scipost_django/submissions/constants.py index 2078b0943..a4519b4a6 100644 --- a/scipost_django/submissions/constants.py +++ b/scipost_django/submissions/constants.py @@ -88,6 +88,7 @@ REPORT_REFUSAL_CHOICES = ( (STATUS_INCORRECT, "not fully factually correct"), (STATUS_NOT_USEFUL, "not useful for the authors"), (STATUS_NOT_ACADEMIC, "not sufficiently academic in style"), + (STATUS_DUPLICATE, "duplicate"), ) REPORT_STATUSES = ( -- GitLab