From 8d2632d34e4666f5afcf76ed97122dd4e7bed6d0 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 28 Aug 2018 13:09:09 +0100
Subject: [PATCH] Add the missing slash for search

---
 opentech/apply/funds/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/urls.py b/opentech/apply/funds/urls.py
index 0eceb57c2..4e6d71099 100644
--- a/opentech/apply/funds/urls.py
+++ b/opentech/apply/funds/urls.py
@@ -36,5 +36,5 @@ submission_urls = ([
 
 urlpatterns = [
     path('submissions/', include(submission_urls)),
-    path('search', SubmissionSearchView.as_view(), name="search"),
+    path('search/', SubmissionSearchView.as_view(), name="search"),
 ]
-- 
GitLab