SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 6ba55176 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Update about page and related

parent a4a0bf30
No related branches found
No related tags found
No related merge requests found
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')
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment