Commit 4d3f3e72 authored by Eugene Ezekiel P. Tan's avatar Eugene Ezekiel P. Tan

tweaked url.py paths

parent 56c95a24
...@@ -5,7 +5,7 @@ from . import views ...@@ -5,7 +5,7 @@ from . import views
app_name = "Forum" app_name = "Forum"
urlpatterns = [ urlpatterns = [
#forum home page #forum home page
path('posts/', views.index, name='index'), path('', views.index, name='index'),
#forum posts #forum posts
path("<int:post_id>/details/", views.posts, name='post'), path("<int:post_id>/details/", views.posts, name='post'),
#making new forum posts #making new forum posts
......
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