diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 27cd251..3fdfd1e 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -42,6 +42,15 @@ +
+ Tags: + {% for tag in tag_list %} + + {{ tag.tag }}{% if not loop.last %},{% endif %} + {% endfor %} +
+