diff --git a/app/core/templates/core/ticket/comment.html.j2 b/app/core/templates/core/ticket/comment.html.j2 index 01dcc4caf..dc356049e 100644 --- a/app/core/templates/core/ticket/comment.html.j2 +++ b/app/core/templates/core/ticket/comment.html.j2 @@ -41,8 +41,14 @@ {% endif %}
+ + {% if ticket_type == 'project_task'%} + + + {% else %} + {% endif %}
@@ -60,19 +66,24 @@ {% elif ticket_type == 'incident'%} {% translate 'ITIM:_ticket_comment_incident_add' as comment_url %} {% elif ticket_type == 'project_task'%} - {% translate 'Project Management:_ticket_comment_request_add' as comment_url %} + {% translate 'Project Management:_project_task_comment_add' as comment_url %} {% elif ticket_type == 'problem'%} {% translate 'ITIM:_ticket_comment_problem_add' as comment_url %} {% elif ticket_type == 'request'%} {% translate 'Assistance:_ticket_comment_request_add' as comment_url %} {% endif %} + {% if ticket_type == 'project_task'%} + + + + + {% else %} - - + {% endif %}