Skip to content

Commit 90a974c

Browse files
author
Emmanouil Konstantinidis
committed
Rename template js filename
1 parent f1a72a5 commit 90a974c

File tree

1 file changed

+1
-1
lines changed
  • rest_framework_docs/templates/rest_framework_docs

1 file changed

+1
-1
lines changed

rest_framework_docs/templates/rest_framework_docs/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ <h3>Document Web APIs made with <a href="http://www.django-rest-framework.org/"
7676
</div>
7777

7878
<!-- Dist.js - Inlcuded Live API, jQuery, Bootstrap -->
79-
<script type="text/javascript" src="{% static "rest_framework_docs/js/dist.js" %}"></script>
79+
<script type="text/javascript" src="{% static "rest_framework_docs/js/dist.min.js" %}"></script>
8080
</body>
8181
</html>

0 commit comments

Comments
 (0)