Commit 0d379440 authored by Stephanie Tullao's avatar Stephanie Tullao Committed by Rau Layug

Changed forum details' url

(cherry picked from commit b62b8efb)
parent 5fcd4fb9
......@@ -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