Fix regression causing raw data form to not display

This commit is contained in:
nfletton 2015-11-04 15:43:25 -07:00 committed by Nigel Fletton
parent d959c6337a
commit f85ad301eb

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>