Skip to content

Commit 0a8fa52

Browse files
author
Carlton Gibson
authored
Merge pull request #5346 from blueyed/docs-link-fix-undefined-schema
docs/link.html: fix/remove undefined template var "schema"
2 parents d2286ba + e389336 commit 0a8fa52

File tree

1 file changed

+1
-1
lines changed
  • rest_framework/templates/rest_framework/docs

1 file changed

+1
-1
lines changed

rest_framework/templates/rest_framework/docs/link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ <h4>Request Body</h4>
9999
</div>
100100
</div>
101101

102-
{% include "rest_framework/docs/interact.html" with link=link schema=schema %}
102+
{% include "rest_framework/docs/interact.html" with link=link %}

0 commit comments

Comments
 (0)