#12600: Comments app template_search_list inconsistency
--------------------------+-------------------------------------------------
Reporter: hvdklauw | Owner: nobody
Status: new | Milestone: 1.2
Component: Contrib apps | Version: SVN
Keywords: comments | Stage: Unreviewed
Has_patch: 0 |
--------------------------+-------------------------------------------------
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.
--
Ticket URL: <
http://code.djangoproject.com/ticket/12600>
Django <
http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.