SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e3edc1ec authored by George Katsikas's avatar George Katsikas :goat:
Browse files

fix url warning of trailing slash in finances

parent 2131ef84
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ urlpatterns = [ ...@@ -66,7 +66,7 @@ urlpatterns = [
name="_hx_subsidypayment_form", name="_hx_subsidypayment_form",
), ),
path( path(
"<int:subsidypayment_id>", "<int:subsidypayment_id>/",
include( include(
[ [
path( path(
...@@ -75,7 +75,7 @@ urlpatterns = [ ...@@ -75,7 +75,7 @@ urlpatterns = [
name="_hx_subsidypayment_form", name="_hx_subsidypayment_form",
), ),
path( path(
"/delete", "delete",
views._hx_subsidypayment_delete, views._hx_subsidypayment_delete,
name="_hx_subsidypayment_delete", name="_hx_subsidypayment_delete",
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment