Skip to content

Commit e389336

Browse files
committed
docs/link.html: fix/remove undefined template var "schema"
1 parent d2286ba commit e389336

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)