We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf4d0b commit 1613bf9Copy full SHA for 1613bf9
rest_framework/templates/rest_framework/base.html
@@ -22,6 +22,7 @@
22
23
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/prettify.css" %}"/>
24
<link rel="stylesheet" type="text/css" href="{% static "rest_framework/css/default.css" %}"/>
25
+ {% if code_style %}<style>{{ code_style }}</style>{% endif %}
26
{% endblock %}
27
28
0 commit comments