From b463ec674dc01bd3a1e6237aca751770ad4692e9 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sun, 19 Mar 2017 12:31:51 +0100 Subject: [PATCH] Add missing html ID to college --- scipost/templates/scipost/about.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index 9cf2dc027..e7ceb074f 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -20,8 +20,6 @@ </div> </div> - {# <h3><a href="{% url 'scipost:FAQ' %}">Frequently asked questions</a></h3>#} - <p>SciPost is a complete scientific publication portal.</p> <p>It is purely online-based, and offers freely, openly, globally and perpetually accessible science.</p> <p>Being managed by professional scientists, and making use of editor-solicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing.</p> @@ -151,7 +149,7 @@ <div class="row"> <div class="col-12"> <div class="panel"> - <h2>Editorial College ({{ college }})</h2> + <h2 id="editorial_college_{{ college|lower }}">Editorial College ({{ college }})</h2> </div> </div> </div> -- GitLab