Skip to content

Commit 1613bf9

Browse files
committed
add missing template change for #5584
1 parent bdf4d0b commit 1613bf9

File tree

1 file changed

+1
-0
lines changed
  • rest_framework/templates/rest_framework

1 file changed

+1
-0
lines changed

rest_framework/templates/rest_framework/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/prettify.css" %}"/>
2424
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/default.css" %}"/>
25+
{% if code_style %}<style>{{ code_style }}</style>{% endif %}
2526
{% endblock %}
2627

2728
{% endblock %}

0 commit comments

Comments
 (0)