Skip to content
Snippets Groups Projects
Commit 299efc1b authored by James2Tulloch's avatar James2Tulloch
Browse files

Added comma

parent 8cc4d927
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ urlpatterns = [ ...@@ -43,7 +43,7 @@ urlpatterns = [
path('feed/', feed_view, name='feed'), path('feed/', feed_view, name='feed'),
path('welcome/', welcome_view, name='welcome'), path('welcome/', welcome_view, name='welcome'),
path('edit_account/', edit_account_view, name='edit_account'), path('edit_account/', edit_account_view, name='edit_account'),
path('group_search', group_search_view, name='group_search') path('group_search', group_search_view, name='group_search'),
path('events/', event_list_view, name='event_list'), path('events/', event_list_view, name='event_list'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment