Opened 17 years ago

Closed 17 years ago

#5277 closed (wontfix)

[patch] use URL reversing instead of hardcoded URLs in comment templates

Reported by: Densetsu no Ero-sennin <densetsu.no.ero.sennin@…> Owned by: Adrian Holovaty
Component: contrib.comments Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.comments has some hardcoded URLs in templates. This is surely a bad thing but can be easily fixed.

Attachments (1)

commens.patch (1.5 KB ) - added by Densetsu no Ero-sennin <densetsu.no.ero.sennin@…> 17 years ago.
use URL reversing instead of hardcoded URLs

Download all attachments as: .zip

Change History (2)

by Densetsu no Ero-sennin <densetsu.no.ero.sennin@…>, 17 years ago

Attachment: commens.patch added

use URL reversing instead of hardcoded URLs

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: wontfix
Status: newclosed

Thanks for the patch, but the comments framework is due for a complete reworking. I've closed this as wontfix until this is done.

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