diff --git a/helpdesk/templates/helpdesk/ticket/forms/add_tag.html b/helpdesk/templates/helpdesk/ticket/forms/add_tag.html index f9b76c87c..1b26a1cd3 100644 --- a/helpdesk/templates/helpdesk/ticket/forms/add_tag.html +++ b/helpdesk/templates/helpdesk/ticket/forms/add_tag.html @@ -166,19 +166,28 @@ {% for attachment in comment.comment_attachment.all %}
- -
- -
-
-
- - {{attachment}} - + {% with extension=attachment.file.name|lower|slice:"-4:" %} +
  • + +
    + + +
    +
    + + {{ attachment }} + +
  • + {% endwith %}
    @@ -403,22 +418,28 @@