Commit b62b8efb authored by Stephanie Tullao's avatar Stephanie Tullao

Changed forum details' url

parent 0026af3f
......@@ -4,7 +4,7 @@ from .views import post_list_view, post_detail_view
urlpatterns = [
path('', post_list_view, name='post-list'),
path('<int:post_id>/details', post_detail_view, name='post-details'),
path('posts/<int:post_id>/details', post_detail_view, name='post-details'),
]
app_name = 'forum'
\ 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