summaryrefslogtreecommitdiffstats
path: root/askbot/templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-25 02:12:38 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-25 02:12:38 -0400
commit440b947708bbfda7ad179b79b5c1916731576f36 (patch)
tree0a9d6e5d4b75638741532937c0901bcc3dd603ce /askbot/templates
parentbac77a32025a61928110eab85267e96a2c859b15 (diff)
downloadaskbot-440b947708bbfda7ad179b79b5c1916731576f36.tar.gz
askbot-440b947708bbfda7ad179b79b5c1916731576f36.tar.bz2
askbot-440b947708bbfda7ad179b79b5c1916731576f36.zip
added a class to template
Diffstat (limited to 'askbot/templates')
-rw-r--r--askbot/templates/widgets/edit_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/widgets/edit_post.html b/askbot/templates/widgets/edit_post.html
index b3c231cc..810fdfb5 100644
--- a/askbot/templates/widgets/edit_post.html
+++ b/askbot/templates/widgets/edit_post.html
@@ -20,7 +20,7 @@
</div>
{# need label element for resizable input, b/c form validation won't find span #}
{% if post_type == 'question' %}
- <div class="form-item">
+ <div class="form-item question-tags">
{% if use_category_selector %}
{% include "widgets/three_column_category_selector.html" %}
<div class="tags-desc">{% trans %}Tags{% endtrans %}</div>