From d719e322db1d04a6d27b962ec65947b3b8fc8009 Mon Sep 17 00:00:00 2001 From: actlikewill Date: Fri, 27 Sep 2024 08:51:19 +0300 Subject: [PATCH] fixes comments url to support slugs for pk --- peachjam/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peachjam/urls.py b/peachjam/urls.py index 18ac04bb6..99b757cc3 100644 --- a/peachjam/urls.py +++ b/peachjam/urls.py @@ -343,7 +343,7 @@ [ path("", include("django_comments.urls")), path( - "form///", + "form///", comment_form_view, name="comment_form", ),