summaryrefslogtreecommitdiffstats
path: root/askbot/templates/widgets/edit_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/widgets/edit_post.html')
-rw-r--r--askbot/templates/widgets/edit_post.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/askbot/templates/widgets/edit_post.html b/askbot/templates/widgets/edit_post.html
index 9e9a3761..ad01cc68 100644
--- a/askbot/templates/widgets/edit_post.html
+++ b/askbot/templates/widgets/edit_post.html
@@ -1,12 +1,3 @@
-{% if edit_title %}
- <div class="form-item">
- <label for="id_title" ><strong>{{ post_form.title.label_tag() }}:</strong></label> <span class="form-error"></span><br/>
- {{ post_form.title }} {{ post_form.title.errors }}
- <div class="title-desc">
- {{ post_form.title.help_text }}
- </div>
- </div>
-{% endif %}
{% if editor_type == 'markdown' %}
<div class="wmd-container">
<div id="wmd-button-bar" class="wmd-panel"></div>
@@ -57,9 +48,7 @@
{% endif %}
<span class="form-error">{{ post_form.tags.errors }}</span><br/>
{{ post_form.tags }}
- <div class="title-desc">
- {{ post_form.tags.help_text }}
- </div>
+ <br/><label for="id_tags">{{ post_form.tags.help_text }}</label>
{% endif %}
</div>
{% endif %}