From 3d7e6f052124f8bc2acd0594d849a43ebf345120 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sat, 24 Mar 2018 22:13:35 +0100
Subject: [PATCH] Update pubs 404

---
 journals/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/journals/views.py b/journals/views.py
index cec3cd17e..1ae256676 100644
--- a/journals/views.py
+++ b/journals/views.py
@@ -24,7 +24,7 @@ from django.views.generic.edit import UpdateView
 from django.views.generic.list import ListView
 from django.shortcuts import get_object_or_404, get_list_or_404, render, redirect
 
-from .constants import STATUS_DRAFT
+from .constants import STATUS_DRAFT, PUBLICATION_PREPUBLISHED
 from .models import Journal, Issue, Publication, Deposit, DOAJDeposit,\
                     GenericDOIDeposit, PublicationAuthorsTable
 from .forms import FundingInfoForm,\
-- 
GitLab