diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 5b489ee1a..597afe5e9 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -76,6 +76,8 @@ {% block content %}
+ {% block request_forms %} + {% if 'GET' in allowed_methods %}
@@ -148,6 +150,8 @@ {% trans "Filters" %} {% endif %} + + {% endblock request_forms %}