You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I've created custom user model which has OneToOneField which relates to original auth User model. In my template, I have to access data from custom model, but I use user.is_authenticated() and original model doesn't have reference to custom model. I'm not sure if I'm checking login incorrectly or accessing data.