diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html index 891fed8896a9229cbf5177a3b629f7fab2ff6628..bdb3df3594f4390c76e518e4eea7c0093570162d 100644 --- a/journals/templates/journals/_base.html +++ b/journals/templates/journals/_base.html @@ -47,7 +47,9 @@ <footer class="secondary container-fluid py-2"> <div class="row my-1"> <div class="col-12"> - {{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}. + {% if journal.name %} + {{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}}{% if journal.issn %} and ISSN {{journal.issn}}{% endif %}. + {% endif %} </div> </div> </footer> diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index 8e07db406525d38e4651e5be7d280390c3bcdbe4..ab5c6d10034b11280a7df11746f494f3715272fe 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -163,6 +163,9 @@ <a href="#editorial_college_{{ college|lower }}" class="d-block mb-1" data-toggle="toggle-show" data-target="#specializations-{{college|lower}}">Show Fellows by specialization</a> <div id="specializations-{{college|lower}}" class="all-specializations" style="border: 1px solid; display: none;"> <div class="row"> + <div class="col-12"> + <p class="text-muted">Hover to highlight, click to select</p> + </div> <div class="col-md-6"> {% with total_count=codes|length %} {% for code in codes %}