From 6ba55176052f2cd64cc05a453171b67e83b873ea Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Fri, 6 Jul 2018 07:42:41 +0200
Subject: [PATCH] Update about page and related

---
 SciPost_v1/settings/local_geert.py   | 11 -----------
 scipost/templates/scipost/about.html |  7 +------
 2 files changed, 1 insertion(+), 17 deletions(-)
 delete mode 100644 SciPost_v1/settings/local_geert.py

diff --git a/SciPost_v1/settings/local_geert.py b/SciPost_v1/settings/local_geert.py
deleted file mode 100644
index 4a4066579..000000000
--- a/SciPost_v1/settings/local_geert.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from .base import *
-import os
-
-# THE MAIN THING HERE
-DEBUG = True
-
-# Static and media
-STATIC_ROOT = os.path.join(BASE_DIR, 'local_files', 'static')
-MEDIA_ROOT = os.path.join(BASE_DIR, 'local_files', 'media')
-WEBPACK_LOADER['DEFAULT']['BUNDLE_DIR_NAME'] =\
-    os.path.join(BASE_DIR, 'static', 'bundles')
diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html
index 80dad3585..217c189e5 100644
--- a/scipost/templates/scipost/about.html
+++ b/scipost/templates/scipost/about.html
@@ -119,8 +119,8 @@
       <ul>
     	<li>J.-S. Caux</li>
     	<li>J. de Wit</li>
+	<li>B. Ponsioen</li>
       </ul>
-      <p><em>with special thanks to M. Moeys, B. Ponsioen and G. Kapteijns</em></p>
     </div>
 </div>
 
@@ -129,7 +129,6 @@
     <h3>Editorial and Partners Admin</h3>
     <ul>
       <li>P. Perez</li>
-      <li>A. de Hoogh</li>
     </ul>
   </div>
   <div class="col-md-7 col-lg-6">
@@ -220,10 +219,6 @@
 
 {% endfor %}
 
-<br/>
-<h2 class="text-danger">We are currently building our Editorial College</h2>
-<h3 class="text-danger">We welcome your nominations for Editorial Fellows in all fields of Physics</h3>
-
 {% endblock content %}
 
 {% block footer_script %}
-- 
GitLab