#12600 closed (fixed)
Comments app template_search_list inconsistency
Reported by: | Harro | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | 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 way templates are searched is inconsistent.
For the templatetags the comments/%s/%s/<template>.html style is used while in the views the comments/%s_%s_<template>.html is used.
This should be consistently comments/%s/%s/<template.html imho.
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | 12600.diff added |
---|
comment:2 by , 15 years ago
Has patch: | set |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Seems my svn diff doesn't generate valid patches.. I'll see if I can fix it.