Opened 16 years ago
Closed 16 years ago
#9562 closed (duplicate)
Comment templatetags does not use get_comment_app like the post view does
Reported by: | oyvind | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This should be fixed to make the comments app easier to customize.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | get_comment_app.diff added |
---|
comment:1 by , 16 years ago
This will not be necessary if we take the approach I did in the patch for #8630, which is to centralize the get_comment_app logic in one place (init.py), so anyone can call contrib.comments' get_comment_form and friends, and it will always do the right thing.
comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This bug is actually an exact duplicate of #8630, just worded differently. Closing it as such - the patch here could be attached there as an alternative approach.
fix to make the comment templatetags use get_comment_app