Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9141 closed (fixed)

Remove vestigial reply.html and reply_preview.html from comments

Reported by: Thejaswi Puthraya Owned by: nobody
Component: contrib.comments Version: dev
Severity: Keywords: remove template files comments
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The reply.html and reply_preview.html are from the threaded-comment days of newcomments. Since threaded-comments feature of the comments framework didn't make it in, we need to remove these files.

Attachments (1)

9141.diff (2.4 KB ) - added by Thejaswi Puthraya 16 years ago.
svn diff against the latest checkout

Download all attachments as: .zip

Change History (3)

by Thejaswi Puthraya, 16 years ago

Attachment: 9141.diff added

svn diff against the latest checkout

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r9115.

comment:2 by Malcolm Tredinnick, 16 years ago

(In [9122]) [1.0.x] Fixed #9141 -- Removed two templates from django.contrib.comments that were not being used.

Backport of r9115 from trunk.

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