diff --git a/app/templates/support/admin_ticket_detail.html b/app/templates/support/admin_ticket_detail.html index df6dd73..dcff2b0 100644 --- a/app/templates/support/admin_ticket_detail.html +++ b/app/templates/support/admin_ticket_detail.html @@ -1,22 +1,6 @@ {% extends "base.html" %} {% block title %}Ticket #{{ ticket.id }}{% endblock %} -{% block extra_css %} - -{% endblock %} {% block content %}
@@ -58,16 +42,15 @@
Replies
-
+
{% for reply in replies %} -
-
-
- {{ reply.author.display_name if reply.author else 'Support Team' }} -  · {{ reply.created_at.strftime('%b %d, %Y %I:%M %p') }} -
- {{ reply.body }} +
+
+ + {{ reply.author.display_name if reply.author else 'Support Team' }} +  · {{ reply.created_at.strftime('%b %d, %Y %I:%M %p') }}
+
{{ reply.body }}
{% endfor %}