diff --git a/home/templates/chat/admin/admin_chat.html b/home/templates/chat/admin/admin_chat.html index 467e614..26c0edb 100644 --- a/home/templates/chat/admin/admin_chat.html +++ b/home/templates/chat/admin/admin_chat.html @@ -5,25 +5,88 @@ {% trans "Chat with" %} {{ chat_user.email }} {% endblock titletag %} +{% block extra_css %} + +{% endblock extra_css %} + {% block content %} {% include "wagtailadmin/shared/header.html" with title="Chat" icon="mail" %} -

{% trans "Admin Chat View" %}

-

{% trans "This is the admin view of the chat. Here you can manage conversations and monitor user interactions." %}

+
+

{% trans "Admin Chat View" %}

+

{% trans "Chat with" %} {{ chat_user.email }}

- -
- {% csrf_token %} - - -
+ +
+ {% csrf_token %} + + +
+
{% endblock content %}