pytask/templates/task/view_textbook.html
changeset 547 1bfa67f465b4
parent 544 17c60a9c2439
child 559 96e8e65a3738
equal deleted inserted replaced
546:6393b77c3c68 547:1bfa67f465b4
    22     {% endif %}
    22     {% endif %}
    23 
    23 
    24     <hr />
    24     <hr />
    25 
    25 
    26     {% if textbook.tags.count %}
    26     {% if textbook.tags.count %}
    27         Tags: {{ textbook.tags_field }}
    27       Tags: {% as_tags textbook.tags %}<hr />
    28         <hr />
       
    29     {% endif %}
    28     {% endif %}
    30 
    29 
    31     <h3>
    30     <h3>
    32       Tasks:
    31       Tasks:
    33       {% if can_create_chapters %}
    32       {% if can_create_chapters %}