Commit 31f3fa63 by Tom Christie

Tweak TemplateHTMLRenderer docs.

parent 048ef6a0
...@@ -115,7 +115,7 @@ The TemplateHTMLRenderer will create a `RequestContext`, using the `response.dat ...@@ -115,7 +115,7 @@ The TemplateHTMLRenderer will create a `RequestContext`, using the `response.dat
The template name is determined by (in order of preference): The template name is determined by (in order of preference):
1. An explicit `.template_name` attribute set on the response. 1. An explicit `template_name` argument passed to the response.
2. An explicit `.template_name` attribute set on this class. 2. An explicit `.template_name` attribute set on this class.
3. The return result of calling `view.get_template_names()`. 3. The return result of calling `view.get_template_names()`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment