diff --git a/helpdesk/templates/helpdesk/ticket_desc_table.html b/helpdesk/templates/helpdesk/ticket_desc_table.html index 3831db1e..564739c2 100644 --- a/helpdesk/templates/helpdesk/ticket_desc_table.html +++ b/helpdesk/templates/helpdesk/ticket_desc_table.html @@ -33,15 +33,15 @@ {% trans "Assigned To" %} {{ ticket.get_assigned_to }}{% ifequal ticket.get_assigned_to _('Unassigned') %} - + {% endifequal %} {% trans "Submitter E-Mail" %} {{ ticket.submitter_email }} - {% if user.is_superuser %} {% if submitter_userprofile_url %}{% endif %} - + {% if user.is_superuser %} {% if submitter_userprofile_url %}{% endif %} + - + {% endif %}