add missing template change for #5584

This commit is contained in:
Éric Araujo 2017-11-10 14:22:50 -05:00
parent c33d0069da
commit a2c2f547ef

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 %}