From fd8c5c10a7d45e2bfd8277e43b7877018b70c0a2 Mon Sep 17 00:00:00 2001
From: cw2-tainton <conor2.tainton@live.uwe.ac.uk>
Date: Tue, 9 May 2023 09:09:38 +0000
Subject: [PATCH] Comma removed

---
 uwe-flix/accounts/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uwe-flix/accounts/urls.py b/uwe-flix/accounts/urls.py
index 267106ab..a5ca4daf 100644
--- a/uwe-flix/accounts/urls.py
+++ b/uwe-flix/accounts/urls.py
@@ -21,5 +21,5 @@ urlpatterns = [
     path('accounts/approve_student_discount_request/<int:pk>/', views.approve_student_discount_request, name='approve_student_discount_request'),
     path('accounts/deny_student_discount_request/<int:pk>/', views.deny_student_discount_request, name='deny_student_discount_request'),
 
-    path('accounts/debit_history/<int:pk>/<int:config>/', views.debit_history, name='debit_history'),,
+    path('accounts/debit_history/<int:pk>/<int:config>/', views.debit_history, name='debit_history'),
 ]
-- 
GitLab