Skip to content
Snippets Groups Projects
Commit 68f5c850 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Fix determination URL, add missing '/'

parent edbfb724
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ app_name = 'determinations'
urlpatterns = [
path('determination/', DeterminationDetailView.as_view(), name="detail"),
path('determination/add', DeterminationCreateOrUpdateView.as_view(), name="form"),
path('determination/add/', DeterminationCreateOrUpdateView.as_view(), name="form"),
]
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