We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f52bea + 4efd167 commit 4cb10daCopy full SHA for 4cb10da
rest_framework_docs/templates/rest_framework_docs/base.html
@@ -76,6 +76,8 @@ <h3>Document Web APIs made with <a href="http://www.django-rest-framework.org/"
76
</div>
77
78
<!-- Dist.js - Inlcuded Live API, jQuery, Bootstrap -->
79
+ {% block script %}
80
<script type="text/javascript" src="{% static "rest_framework_docs/js/dist.min.js" %}"></script>
81
+ {% endblock %}
82
</body>
83
</html>
0 commit comments