diff --git a/scipost/templates/scipost/PlanSciPost.html b/scipost/templates/scipost/PlanSciPost.html
index fbd9bfca6255281545097e757bc70d82fbc14520..b9b0b1c04b9db616cd79958db7bca84cf4417dcd 100644
--- a/scipost/templates/scipost/PlanSciPost.html
+++ b/scipost/templates/scipost/PlanSciPost.html
@@ -11,9 +11,6 @@
 {% block content %}
 
 
-<div class="container border border-danger">
-  <span class="text-danger">DRAFT (POOLVIEW ONLY) - <a href="mailto:admin@scipost.org">COMMENTS WELCOME</a></span>
-
 <div class="row">
   <div class="col-12">
     <h1 class="highlight">Plan Scipost</h1>
@@ -70,6 +67,4 @@
 </div>
 
 
-</div>
-
 {% endblock content %}
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index 9f78caf59e23dbdd732cc4b3e8c8b768143f6818..f8e5b5a3bb700a777855bc11b80321ba7a8384a3 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -87,8 +87,8 @@
 {% block sidebar %}
     <div class="card card-grey">
       <div class="card-body">
-	<h2 class="card-title mb-0"><a href="{% url 'scipost:ExpSustDrive2018' %}">Expansion and Sustainability Drive 2018</a></h2>
-	<p class="m-0">It is time for us to be bold and unleash the next steps in our implementation plans. Read more <a href="{% url 'scipost:ExpSustDrive2018' %}">here</a> on how you can concretely help. Follow developments at <a href="https://twitter.com/hashtag/SciPostDrive2018">#SciPostDrive2018</a>.</p>
+	<h2 class="card-title mb-0"><a href="{% url 'scipost:PlanSciPost' %}">Our future: Plan SciPost</a></h2>
+	<p class="m-0">It is time for us to be bold and unleash the next steps in our implementation plans. Read more <a href="{% url 'scipost:PlanSciPost' %}">here</a>.</p>
       </div>
     </div>