Re: [mezzanine-users] Email form shows html tags in mail sent

2016-03-18 Thread Melvin Ramos
I also noticed that this richtext only appear when I'm logged in as admin. If I'm not logged in, it appears as a regular textarea. But when I receive the email it still shows the first doctype definition. El jueves, 17 de marzo de 2016, 23:08:24 (UTC-4:30), Stephen McDonald escribió: > > > > On

Re: [mezzanine-users] Custom URLs

2016-03-18 Thread Stephen McDonald
A Mezzanine project is just a Django project, of course you're expected to modify the urls.py in your project. On Fri, Mar 18, 2016 at 8:51 PM, Iliana Panagopoulou wrote: > Hello everyone, > > I just wanted to ask if there is a way to create custom url's with > mezzanine without tampering with t

Re: [mezzanine-users] A UserProfile model with Multiple Foreign Keys to 'auth.User' Breaks

2016-03-18 Thread Matt Mansour
Thanks for asking btw! On Mar 18, 2016 5:16 PM, "Matt Mansour" wrote: > The additional foreignkey back to user is designated users who have > permission to edit the profiles of only their subordinates. These owners > are non staff > On Mar 18, 2016 3:49 PM, "Avery Laird" wrote: > >> Hi Matt, >>

Re: [mezzanine-users] A UserProfile model with Multiple Foreign Keys to 'auth.User' Breaks

2016-03-18 Thread Matt Mansour
With that it seems like creating a custom permissions would be trivial with with foreign Keys pointing to User for the different ownership relationships On Mar 18, 2016 5:53 PM, "Matt Mansour" wrote: > That sounds close but I'm not sure it's granular enough. For example an > owner can only edit t

Re: [mezzanine-users] A UserProfile model with Multiple Foreign Keys to 'auth.User' Breaks

2016-03-18 Thread Avery Laird
I see what you're saying, however I still think that groups are the way to go. I think the thing to remember is that, unless the grandchildren actually inherit from your UserProfile, they aren't really "grandchildren" in the sense you mean. They're just instances of the same class, but you want

Re: [mezzanine-users] A UserProfile model with Multiple Foreign Keys to 'auth.User' Breaks

2016-03-18 Thread Matt Mansour
That sounds close but I'm not sure it's granular enough. For example an owner can only edit the profiles that has been assigned to him. E.g Owner A owns - and can only edit objects B, C and D. Owner E owns F G and H. And yes both those owners can have a superior over them and should be able to edi

[mezzanine-users] Re: Does Contact Form Require special Settings? Email gets sent reversely to addrs mentnd in EMAIL Field

2016-03-18 Thread sathish anton
Hi, Modifying the following settings in admin for contact page seem to resolve this issue 1. select "Send email to user" 2. Add default "From Address" 3. Include Admin users to "Send Email to others" Thanks, sathish Anton. A 9176613030 On Friday, 18 March 2016 20:27:42 UTC+5:30, sath