Skip to content

Commit b6f9990

Browse files
author
Carlton Gibson
authored
Add additional link to HTML & Forms topic page
Just makes the topic page easier to find. Closes encode#1673
1 parent 2257852 commit b6f9990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api-guide/renderers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ You can use `TemplateHTMLRenderer` either to return regular HTML pages using RES
123123

124124
If you're building websites that use `TemplateHTMLRenderer` along with other renderer classes, you should consider listing `TemplateHTMLRenderer` as the first class in the `renderer_classes` list, so that it will be prioritised first even for browsers that send poorly formed `ACCEPT:` headers.
125125

126+
See the [_HTML & Forms_ Topic Page][html-and-forms] for further examples of `TemplateHTMLRenderer` usage.
127+
126128
**.media_type**: `text/html`
127129

128130
**.format**: `'.html'`

0 commit comments

Comments
 (0)