summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhit <whit@whits-iMac.local>2012-07-12 09:07:22 +0200
committerwhit <whit@whits-iMac.local>2012-07-12 09:07:22 +0200
commit9bc9eadfb93890b4f87642780427bcacd3689c2c (patch)
tree916aa7bd62736aa048b07d8db05c11bf1258ca34
parent17ee9fe0f5de3489d35577a783748eb84602fa86 (diff)
downloadaskbot-9bc9eadfb93890b4f87642780427bcacd3689c2c.tar.gz
askbot-9bc9eadfb93890b4f87642780427bcacd3689c2c.tar.bz2
askbot-9bc9eadfb93890b4f87642780427bcacd3689c2c.zip
missing quotation marks in the label for field.
-rw-r--r--askbot/skins/common/templates/widgets/edit_post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/common/templates/widgets/edit_post.html b/askbot/skins/common/templates/widgets/edit_post.html
index 66f79237..b083c009 100644
--- a/askbot/skins/common/templates/widgets/edit_post.html
+++ b/askbot/skins/common/templates/widgets/edit_post.html
@@ -18,7 +18,7 @@
{% if post_type == 'question' %}
<div class="form-item">
{% if tags_are_required %}
- <label for=id_tags">
+ <label for="id_tags">
{% if mandatory_tags %}
<strong>{% trans %}tags{% endtrans %}</strong>
{% trans %}, one of these is required{% endtrans %}