- <div id="question-controls" class="post-controls">\r
- <div id="question-tags" class="tags">\r
- {% for tag in question.tagname_list %}\r
- <a href="{% url tag_questions tag|urlencode %}" class="post-tag"\r
- title="{% blocktrans with tag as tagname %}see questions tagged '{{ tagname }}'{% endblocktrans %}" rel="tag">{{ tag }}</a>\r
- {% endfor %}\r
- </div>\r
+ <div id="question-tags" class="tags-container tags">\r
+ {% for tag in question.tagname_list %}\r
+ <a href="{% url tag_questions tag|urlencode %}" class="post-tag"\r
+ title="{% blocktrans with tag as tagname %}see questions tagged '{{ tagname }}'{% endblocktrans %}" rel="tag">{{ tag }}</a>\r
+ {% endfor %}\r
+ </div>\r
+ <div id="question-controls" class="post-controls"> \r