add missing template change for #5584 (#5587)

This commit is contained in:
Éric Araujo 2017-11-11 02:43:00 -05:00 committed by Carlton Gibson
parent c33d0069da
commit 265375c104

View File

@ -22,6 +22,7 @@
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/prettify.css" %}"/>
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/default.css" %}"/>
{% if code_style %}<style>{{ code_style }}</style>{% endif %}
{% endblock %}
{% endblock %}