From 416494c7dc9539d4cb6c356588440c2c4bc42735 Mon Sep 17 00:00:00 2001 From: Jachym Cepicky Date: Thu, 23 May 2019 17:18:57 +0200 Subject: [PATCH] fix for ticket #760 displaying followup attachments again --- helpdesk/templates/helpdesk/ticket.html | 2 +- .../templates/helpdesk/ticket_desc_table.html | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 873f8755..4a97685d 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -56,7 +56,7 @@
  • {% blocktrans with change.field as field and change.old_value as old_value and change.new_value as new_value %}Changed {{ field }} from {{ old_value }} to {{ new_value }}.{% endblocktrans %}
  • {% if forloop.last %}{% endif %} {% endfor %} - {% for attachment in followup.attachment_set.all %}{% if forloop.first %}