Not sure what these fields are here commented out for... removing

This commit is contained in:
Christopher Allan Webber 2011-07-02 14:29:47 -05:00
parent ab6fffedf8
commit f6c49c5e62

View File

@ -52,10 +52,7 @@
</div> </div>
</form> </form>
{% endif %} {% endif %}
{#
{{ wtforms_util.render_textarea_div(submit_form.description) }}
{{ wtforms_util.render_field_div(submit_form.file) }}
#}
{% if comments %} {% if comments %}
{% for comment in comments %} {% for comment in comments %}
<div class="comment_wrapper" id="comment-{{ comment['_id'] }}"> <div class="comment_wrapper" id="comment-{{ comment['_id'] }}">