From 72cc00f273b8322ef45c5f09312a7aec0e52bbdc Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 12 Oct 2018 08:54:11 +0200
Subject: [PATCH] Fix url bug

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

diff --git a/finances/templates/finances/finances.html b/finances/templates/finances/finances.html
index 91673c89d..5e1a1be14 100644
--- a/finances/templates/finances/finances.html
+++ b/finances/templates/finances/finances.html
@@ -16,7 +16,7 @@
     <h2>Finances</h2>
 
     <h3 class="highlight">Sponsors</h3>
-    <p>Visit our <a href="{% url 'finances:sponsors' %}">Sponsors page</a> to view our list of sponsors and more information on our sponsorship scheme.</p>
+    <p>Visit our <a href="{% url 'sponsors:sponsors' %}">Sponsors page</a> to view our list of sponsors and more information on our sponsorship scheme.</p>
 
     <h3 class="highlight">Subsidies</h3>
     <ul>
-- 
GitLab