Fix urls for members in order to put link in main layout

This commit is contained in:
www
2020-06-13 11:17:12 +00:00
parent 2d12fcf415
commit 24e553f241
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ from . import views
urlpatterns = [
path('', views.index, name='index'),
path('', views.index, name='members.index'),
]