summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/question_tags.html
blob: 4b01be813c50c273280fa75c0765878dfd5d6c1b (plain)
1
2
3
4
5
6
7
8
{{
    macros.tag_list_widget(
        tags = thread.get_tag_names(),
        id = 'question-tags',
        css_class = 'post-tags tags',
        tag_css_class = 'post-tag'
    )
}}