You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to thank you for this amazing package ! It is very usefull for my school project.
My problem is that I have created a chat button in the base.html in order to be able to chat in every views. So I include the view users_list.html (view where we have all the users) and when I click on chat with someone, my dialog page (which is include) appears but it is empty.
I wanted to use the context_processor.py like I used it for user_list.html to have all the users but I don't understand how to do it with the dialogs.html.
Description
Hey !
First of all, I would like to thank you for this amazing package ! It is very usefull for my school project.
My problem is that I have created a chat button in the base.html in order to be able to chat in every views. So I include the view users_list.html (view where we have all the users) and when I click on chat with someone, my dialog page (which is include) appears but it is empty.
I wanted to use the context_processor.py like I used it for user_list.html to have all the users but I don't understand how to do it with the dialogs.html.
What I Did
In the base.html :
In the user_list.html
In the context_processor.py
I have this on the all views :
and when I click on Chat with username, I have the dialogs.html view which is include but it is empty.
Futhermore, if I go on dialogs.html/username I have my chat which is working.
Thank you for your help !
The text was updated successfully, but these errors were encountered: