You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rest_framework/templates/rest_framework/base.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,10 @@ <h1>{{ name }}</h1>
171
171
</div>
172
172
173
173
<divclass="response-info" aria-label="{% trans "responseinfo" %}">
174
-
<preclass="prettyprint"><spanclass="meta nocode"><b>HTTP {{ response.status_code }} {{ response.status_text }}</b>{% autoescape off %}{% for key, val in response_headers|items %}
174
+
<preclass="prettyprint"><spanclass="meta nocode"><b>HTTP {{ response.status_code }} {{ response.status_text }}</b>{% for key, val in response_headers|items %}
0 commit comments