Re: 403 Forbidden

2020-05-24 Thread Kasper Laudrup
Hi Sunday, On 24/05/2020 15.17, sunday honesty wrote: Yes, I have both custom password_reset_email.html and password_reset_subject.txt at /registration/... But are you sure the correct name is 403.html? That makes sense. You don't have custom *error* pages, but custom registration pages. T

Re: 403 Forbidden

2020-05-24 Thread sunday honesty
Yes, I have both custom password_reset_email.html and password_reset_subject.txt at /registration/... But are you sure the correct name is 403.html? On Sun, May 24, 2020, 2:11 PM Kasper Laudrup wrote: > Hi Sunday, > > On 24/05/2020 15.04, sunday honesty wrote: > > What I mean is that it's still

Re: 403 Forbidden

2020-05-24 Thread Kasper Laudrup
Hi Sunday, On 24/05/2020 15.04, sunday honesty wrote: What I mean is that it's still outputting the default " 403 forbidden" and not using any custom template. If it's because default=True in my settings, why did my other custom template at "templates/registration/... displayed? OK. That do

Re: 403 Forbidden

2020-05-24 Thread sunday honesty
What I mean is that it's still outputting the default " 403 forbidden" and not using any custom template. If it's because default=True in my settings, why did my other custom template at "templates/registration/... displayed? On Sun, May 24, 2020, 1:59 PM Kasper Laudrup wrote: > Hi Sunday, > > O

Re: 403 Forbidden

2020-05-24 Thread Kasper Laudrup
Hi Sunday, On 24/05/2020 13.46, sunday honesty wrote: Trust you're doing great guys! Please can someone help with the template name where 403 forbidden message that always displays when you raise PermissionDenied. I want to customize the message that should display... I have tried 403.html in m

Re: 403 Forbidden messages when saving items in django-admin

2013-10-07 Thread Alban Hertroys
On Sunday, October 6, 2013 8:24:20 PM UTC+2, Daniel Roseman wrote: > > Notice that this is the default Apache error message, not one for Django. > That strongly suggests that people are being redirected away from your > Django server to another, different one. Perhaps Django is running on a > no

Re: 403 Forbidden messages when saving items in django-admin

2013-10-06 Thread Nick Apostolakis
Ask if Apache mod sec is installed on the server If it is it can account for a lot of weirdiness Στις 06 Οκτ 2013 7:48 μ.μ., ο χρήστης "Alban Hertroys" έγραψε: > > On Sunday, October 6, 2013 6:09:22 PM UTC+2, אברהם סרור wrote: >> >> > You don't have permission >> the error seems to be fairly desc

Re: 403 Forbidden messages when saving items in django-admin

2013-10-06 Thread Alban Hertroys
On Sunday, October 6, 2013 6:09:22 PM UTC+2, אברהם סרור wrote: > > > You don't have permission > the error seems to be fairly descriptive. > you need to log in the django admin as superuser and grant permission to > the users > Are you sure? That doesn't seem to match my description of the proble

Re: 403 Forbidden messages when saving items in django-admin

2013-10-06 Thread Avraham Serour
> You don't have permission the error seems to be fairly descriptive. you need to log in the django admin as superuser and grant permission to the users On Sun, Oct 6, 2013 at 1:48 PM, Alban Hertroys wrote: > Howdy, > > I run a Django website for some people that's hosted on a remote site. The