diff --git a/files/templates/chat.html b/files/templates/chat.html index 7f52583c2..b70ed4936 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -1,5 +1,11 @@ {%- extends 'root.html' -%} -{% block pagetitle %}Chat{% endblock %} +{% block pagetitle -%} + {%- if request.path == '/admin/chat' -%} + Admin Chat + {%- else -%} + Chat + {%- endif -%} +{%- endblock %} {% block pagetype %}chat{% endblock %} {% block body %} {% include "header.html" %}