﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19520	Docs suggest wrong template_name_suffix	Jannis Vajen	nobody	"The [https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-editing/ page about generic class based editing views] state that adding a template name suffix should end with "".html"" whereas this would result in django looking for a template ending with "".html.html"".


'''template_name_suffix'''

The DeleteView page displayed to a GET request uses a template_name_suffix of '_confirm_delete.html'. For example, changing this attribute to '_check_delete'''.html'''' for a view deleting objects for the the example Author model would cause the the default template_name to be 'myapp/author_check_delete'''.html''''."	Bug	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	1	0
