diff --git a/app/templates/community/add_post.html b/app/templates/community/add_post.html index 46a983f0..f742a946 100644 --- a/app/templates/community/add_post.html +++ b/app/templates/community/add_post.html @@ -41,11 +41,35 @@ {{ render_field(form.link_title) }} {{ render_field(form.link_url) }} {{ render_field(form.link_body) }} + {% if markdown_editor %} + + {% endif %}
{{ render_field(form.image_title) }} {{ render_field(form.image_file) }} {{ render_field(form.image_body) }} + {% if markdown_editor %} + + {% endif %}
Poll diff --git a/app/templates/post/post_edit.html b/app/templates/post/post_edit.html index b9e1d312..83a1b30f 100644 --- a/app/templates/post/post_edit.html +++ b/app/templates/post/post_edit.html @@ -58,12 +58,38 @@ {{ render_field(form.discussion_body) }}
{{ render_field(form.image_title) }} {{ render_field(form.image_file) }} + {{ render_field(form.image_body) }} + {% if markdown_editor %} + + {% endif %}
Poll