Commit 4eef2ea2 by Xavier Ordoquy

Merge pull request #3600 from nfletton/fix/browser/single-tab-render

Fix regression causing raw data form to not display
parents 5899b00d f85ad301
...@@ -173,7 +173,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment