small fix

This commit is contained in:
2020-08-29 13:01:07 +00:00
parent 04e7bb911b
commit 7f8bd2240b
4 changed files with 24 additions and 7 deletions

View File

@@ -8,5 +8,6 @@ urlpatterns = [
path('<str:filter>', views.members_view),
path('jobs/<str:slug>', views.jobs_view),
path('job/<str:slug>', views.job_view),
path('member/<str:member_name>', views.profile_view, name="member"),
]