diff options
| author | Tai Lee | 2013-09-14 00:54:44 +1000 | 
|---|---|---|
| committer | Tai Lee | 2013-09-14 00:54:44 +1000 | 
| commit | a9dbd46c9470003a1dd41e66a113d50b0217a110 (patch) | |
| tree | 37969909ed6c41f550553ffa55287a9a8069ca84 /rest_framework/templates | |
| parent | bb3261ca489104e3dea434aa11d76f370e938ca8 (diff) | |
| download | django-rest-framework-a9dbd46c9470003a1dd41e66a113d50b0217a110.tar.bz2 | |
Refs #1109 -- Update docs. Integrate changes from feedback.
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 %}>  | 
