From 8ebbaaed0900fe7e05bc6ef1d9f78ae0e35405ec Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 21 Jul 2017 14:23:15 +0200
Subject: [PATCH] Little update

---
 scipost/static/scipost/assets/css/_homepage.scss | 2 +-
 scipost/templates/scipost/index.html             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss
index ba4a8bb8e..c41e5e12b 100644
--- a/scipost/static/scipost/assets/css/_homepage.scss
+++ b/scipost/static/scipost/assets/css/_homepage.scss
@@ -75,7 +75,7 @@
             width: 450px;
             border-top: 0;
             padding-bottom: 3rem;
-            box-shadow: 0px 1px 1px 0 #d0d1d5 inset;
+            // box-shadow: 0px 1px 1px 0 #d0d1d5 inset;
         }
     }
 
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index e220a938d..8857da80d 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -60,8 +60,8 @@
         <!-- Register -->
         <div class="card card-grey">
             <div class="card-block">
-                <h2 class="card-title mb-0"><a href="{% url 'scipost:register' %}">Register</a></h2>
-                <p class="m-0">Professional scientists (PhD students and above) can become Contributors to SciPost by filling the <a href="/register">registration form</a>.</p>
+                <h2 class="card-title mb-0">Register</h2>
+                <p class="m-0">Professional scientists (PhD students and above) can become Contributors to SciPost by filling the <a href="{% url 'scipost:register' %}">registration form</a>.</p>
             </div>
         </div><!-- End Register -->
     {% endif %}
-- 
GitLab