There was an error while loading. Please reload this page.
1 parent 7f52bea commit 4efd167Copy full SHA for 4efd167
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