Remove a couple of unused comments
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -50,7 +50,6 @@ class CreatePostView(CreateView):
|
||||
class BoardView(CreatePostView):
|
||||
model = Post
|
||||
form_class = PostForm
|
||||
# fields = ["subject", "name", "text", "image"]
|
||||
slug_field = "url"
|
||||
slug_url_kwarg = "url"
|
||||
template_name = "board/board_detail.html"
|
||||
@@ -87,7 +86,6 @@ class BoardView(CreatePostView):
|
||||
|
||||
class PostView(CreatePostView):
|
||||
model = Post
|
||||
# fields = ["name", "text", "image"]
|
||||
form_class = ReplyForm
|
||||
slug_field = "url"
|
||||
slug_url_kwarg = "url"
|
||||
|
||||
Reference in New Issue
Block a user