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:
Xavier Ordoquy 2015-11-13 13:24:47 +01:00
commit 4eef2ea21e
1 changed files with 1 additions and 1 deletions

View File

@ -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>