Skip to content
Snippets Groups Projects
Commit fd8c5c10 authored by cw2-tainton's avatar cw2-tainton
Browse files

Comma removed

parent 75c1aef5
Branches
No related tags found
No related merge requests found
......@@ -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'),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment