From e19d8fcb10c9e8a8a7c0d08097d6768584699f51 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Mon, 12 Jun 2017 10:49:12 +0200
Subject: [PATCH] Wrong url on homepage

---
 scipost/templates/scipost/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index 6b6d0e13a..d3df68ed4 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -69,7 +69,7 @@
                 <!-- Latest submissions -->
                 <div class="card card-grey">
                     <div class="card-block">
-                      <h1 class="card-title mb-0"><a href="{% url 'journals:journals' %}">Latest Submissions</a></h1>
+                      <h1 class="card-title mb-0"><a href="{% url 'submissions:submissions' %}">Latest Submissions</a></h1>
                       <ul class="list-group list-group-flush">
                           {% for submission in submissions %}
                               <li class="list-group-item">
-- 
GitLab