{% extends "jqchat/base.html" %} {# An example chat window #} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

Test Chat Client

This is a demo of the django-jqchat chat client.

This page shows the basic client. For an example of how to extend it, see here.

There are 2 rooms in this demo, here and here.

Room name: {{ room }}

{% include 'jqchat/_chat_form.html' %} {% endblock %}