diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 2d37e41b96aa41ec13be6dfc9f0f39c544d1860b..e5439c00364c43ac16f4ff6dc9a997ffcb3315af 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -4,8 +4,6 @@ {% block bodysup %} -<!-- Temporary strip for online version --> -{% if user.is_authenticated %} <section> <div class="flex-greybox"> @@ -64,6 +62,4 @@ </section> -{% endif %} <!-- temporary strip --> - {% endblock bodysup %} diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index 853d548e38685c94fb0b621c8cec119b21b15903..ee204ccc9bc2438db983dc3ab218e631fbd5b7aa 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -111,7 +111,7 @@ <div class="col-6"> <h1>SciPost is a member of</h1> <br/> - <img src="http://assets.crossref.org/logo/crossref-logo-200.svg" width="100px" alt="Crossref logo"> + <a href="http://www.crossref.org"><img src="http://assets.crossref.org/logo/crossref-logo-200.svg" width="100px" alt="Crossref logo"></a> </div> </div> </section>