diff --git a/SciPost_v1/settings/local_geert.py b/SciPost_v1/settings/local_geert.py
deleted file mode 100644
index 4a4066579f22049ce0159958c327d3cf11c97124..0000000000000000000000000000000000000000
--- 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 80dad3585d60dbc43f7cca3e2954c68abe839722..217c189e52dd07996857fa291b0263925b3f1620 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 %}