aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework')
-rw-r--r--djangorestframework/templates/djangorestframework/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/djangorestframework/templates/djangorestframework/base.html b/djangorestframework/templates/djangorestframework/base.html
index 0e115948..2fa7bdf2 100644
--- a/djangorestframework/templates/djangorestframework/base.html
+++ b/djangorestframework/templates/djangorestframework/base.html
@@ -111,6 +111,9 @@
</form>
{% endif %}
+ {% comment %}
+ {# These are disabled since the forms don't work with 2.0.0 yet #}
+
{% if response.status_code != 403 %}
{% if 'POST' in allowed_methods %}
@@ -168,6 +171,8 @@
{% endif %}
+
+ {% endcomment %}
</div>
<!-- END content-main -->