diff options
Diffstat (limited to 'rest_framework/templates')
| -rw-r--r-- | rest_framework/templates/rest_framework/base.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 88e58deb..2776d550 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -122,7 +122,7 @@              </div>          </div> -            {% if allow_form %} +            {% if display_edit_forms %}                  {% if post_form or raw_data_post_form %}                  <div {% if post_form %}class="tabbable"{% endif %}>  | 
