diff --git a/scipost/static/scipost/assets/css/_homepage.scss b/scipost/static/scipost/assets/css/_homepage.scss index ba4a8bb8eebf11404da59e80db93da2660943917..c41e5e12bf91f88d56d6fba015e9928efbc44617 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 e220a938d1bb3b7bc9c7d815c53a714683a7777a..8857da80d4c7b25ee246a9ae916cf64e37bb1224 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 %}