From 3f10dbdb76d349f37b64e156485798cc70d5306e Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Thu, 25 Oct 2018 15:40:54 +0100
Subject: [PATCH] Disable submit to Codebases and Commons journal

---
 journals/constants.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/journals/constants.py b/journals/constants.py
index 0238bb1b1..564cad15d 100644
--- a/journals/constants.py
+++ b/journals/constants.py
@@ -13,10 +13,10 @@ SCIPOST_JOURNAL_PHYSICS_CODEBASES = 'SciPostPhysCodeb'
 # Journal open for submission
 SCIPOST_JOURNALS_SUBMIT = (
     (SCIPOST_JOURNAL_PHYSICS, 'SciPost Physics'),
-    (SCIPOST_JOURNAL_PHYSICS_COMMONS, 'SciPost Physics Commons'),
+    # (SCIPOST_JOURNAL_PHYSICS_COMMONS, 'SciPost Physics Commons'),
     (SCIPOST_JOURNAL_PHYSICS_LECTURE_NOTES, 'SciPost Physics Lecture Notes'),
     (SCIPOST_JOURNAL_PHYSICS_PROC, 'SciPost Physics Proceedings'),
-    (SCIPOST_JOURNAL_PHYSICS_CODEBASES, 'SciPost Physics Codebases'),
+    # (SCIPOST_JOURNAL_PHYSICS_CODEBASES, 'SciPost Physics Codebases'),
 )
 
 # Journal closed for submission
-- 
GitLab