mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 11:33:59 +03:00
Remove erronous HTML in example. Closes #4958
This commit is contained in:
parent
544b4b9948
commit
0fe0a91aed
|
@ -105,7 +105,7 @@ Here's a brief example that demonstrates:
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="/static/rest_framework/js/coreapi-0.1.0.js"></script>
|
<script src="/static/rest_framework/js/coreapi-0.1.0.js"></script>
|
||||||
<script src="/docs/schema.js' %}"></script>
|
<script src="/docs/schema.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const coreapi = window.coreapi
|
const coreapi = window.coreapi
|
||||||
const schema = window.schema
|
const schema = window.schema
|
||||||
|
|
Loading…
Reference in New Issue
Block a user