From 4796d5437e6eed787cd76c6eda2704dbf2747482 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 9 Apr 2017 22:06:17 +0200
Subject: [PATCH] Add supporting text to about

---
 scipost/templates/scipost/about.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html
index 8e07db406..ab5c6d100 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 %}
-- 
GitLab