From 9499f6eb1fb4edf1ef4c430f67fe66d9bec22bbe Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 9 Apr 2017 22:16:15 +0200
Subject: [PATCH] Fix redundant logic block

---
 journals/templates/journals/_base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html
index 5ac598c77..ff06f0585 100644
--- a/journals/templates/journals/_base.html
+++ b/journals/templates/journals/_base.html
@@ -47,7 +47,7 @@
     <footer class="secondary container-fluid py-2">
         <div class="row my-1">
             <div class="col-12">
-                {% if journal.issn %}
+                {% if journal.active %}
                     {{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.
                 {% endif %}
             </div>
-- 
GitLab