Opened 15 years ago

Closed 15 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)

get_comment_app.diff (1.7 KB ) - added by oyvind 15 years ago.
fix to make the comment templatetags use get_comment_app

Download all attachments as: .zip

Change History (3)

by oyvind, 15 years ago

Attachment: get_comment_app.diff added

fix to make the comment templatetags use get_comment_app

comment:1 by Carl Meyer, 15 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 Carl Meyer, 15 years ago

Resolution: duplicate
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top