small fix
This commit is contained in:
@@ -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"),
|
||||
]
|
||||
Reference in New Issue
Block a user