From 8392036415e912efa4cb66753e9f26ea40ee4e3b Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 22 May 2018 21:16:27 +0200 Subject: [PATCH] Move Drive item up --- scipost/templates/scipost/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index 0c2c68d3d..a6a9dba03 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -85,6 +85,13 @@ {% endblock %} {% 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.</p> + </div> + </div> + {% if not user.is_authenticated %} <!-- Register --> <div class="card card-grey"> @@ -95,13 +102,6 @@ </div><!-- End Register --> {% endif %} - <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.</p> - </div> - </div> - <!-- News --> <div class="card card-grey" id="news"> <div class="card-header border-0"> -- GitLab