Bearle / django-private-chat

(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424 stars 132 forks source link

Faulty Code in dialogs.html in example/templates #1

Closed TheZwieback closed 7 years ago

TheZwieback commented 7 years ago

There is some code that Django chokes on in line 237 to 242 if I try to run the example. I think it is supposed to start a new private chat window, but for some reason it can't do the reverse URL lookup. After removing the code (basically reverting to the dialogs.html of the django_private_chat app) it works fine.

Also thanks for this nice example.

delneg commented 7 years ago

Looks like recent pull request might fix the issue, can't look up into it because too busy right now.

TheZwieback commented 7 years ago

Yes, the example is working now out of the box. Thank you.