mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 19:43:59 +03:00
Merge pull request #3600 from nfletton/fix/browser/single-tab-render
Fix regression causing raw data form to not display
This commit is contained in:
commit
4eef2ea21e
|
@ -173,7 +173,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div {% if raw_data_post_form %}class="tab-pane"{% endif %} id="post-generic-content-form">
|
||||
<div {% if post_form %}class="tab-pane"{% endif %} id="post-generic-content-form">
|
||||
{% with form=raw_data_post_form %}
|
||||
<form action="{{ request.get_full_path }}" method="POST" class="form-horizontal">
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in New Issue
Block a user