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

View File

@ -173,7 +173,7 @@
</div> </div>
{% endif %} {% 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 %} {% with form=raw_data_post_form %}
<form action="{{ request.get_full_path }}" method="POST" class="form-horizontal"> <form action="{{ request.get_full_path }}" method="POST" class="form-horizontal">
<fieldset> <fieldset>