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 9ff0092 commit 87ade87Copy full SHA for 87ade87
1 file changed
rest_framework/templates/rest_framework/base.html
@@ -76,6 +76,8 @@
76
{% block content %}
77
78
<div class="region" aria-label="{% trans "request form" %}">
79
+ {% block request_forms %}
80
+
81
{% if 'GET' in allowed_methods %}
82
<form id="get-form" class="pull-right">
83
<fieldset>
@@ -148,6 +150,8 @@ <h4 class="text-center">Are you sure you want to delete this {{ name }}?</h4>
148
150
{% trans "Filters" %}
149
151
</button>
152
{% endif %}
153
154
+ {% endblock request_forms %}
155
</div>
156
157
<div class="content-main" role="main" aria-label="{% trans "main content" %}">
0 commit comments