Commit ef23dbae authored by RJC's avatar RJC

changed to accommodate function based view

parent fe964e5a
...@@ -2,5 +2,5 @@ from django.urls import path ...@@ -2,5 +2,5 @@ from django.urls import path
from .views import * from .views import *
urlpatterns = [ urlpatterns = [
path('forum/', ForumPostListView.as_view()) path('forum/', forum_post_list_view, name='forum_post_list_view')
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment