diff --git a/helpdesk/templates/helpdesk/edit_ticket.html b/helpdesk/templates/helpdesk/edit_ticket.html index 3da7bca5..67d42750 100644 --- a/helpdesk/templates/helpdesk/edit_ticket.html +++ b/helpdesk/templates/helpdesk/edit_ticket.html @@ -39,7 +39,7 @@ {% endcomment %}
diff --git a/helpdesk/templates/helpdesk/followup_edit.html b/helpdesk/templates/helpdesk/followup_edit.html index bbd2f0ca..e74e3203 100644 --- a/helpdesk/templates/helpdesk/followup_edit.html +++ b/helpdesk/templates/helpdesk/followup_edit.html @@ -50,7 +50,7 @@{% if followup.comment %}
{{ followup.get_markdown|urlizetrunc:50|num_to_link|linebreaksbr }}
{% endif %} - {% if followup.time_spent %} - {% trans "Time spent" %}: {{ followup.time_spent_formated }} - {% endif %} {% for change in followup.ticketchange_set.all %} {% if forloop.first %}