Re: password reset pages are not showing customizing html file

2020-05-14 Thread Ali Ahammad
hello guys i have tried email_template_name = 'registration/password_reset_email.html', success_url = reverse_lazy('registration:password_reset_done') but still no luck. i tried to edit template_name='accounts/reset_password.html, seems like django is reaching out to this hml file. but when i

password reset pages are not showing customizing html file

2020-05-13 Thread Ali Ahammad
hello everyone i am trying to make a blog where i am trying to customize password reset forms. here is my bloggapp/urls.py: from django.contrib import admin from django.urls import path, include from django.views.generic.base import TemplateView from django.contrib.auth import views as

Re: Customizing HTML

2009-02-26 Thread Alex Gaynor
On Thu, Feb 26, 2009 at 10:10 PM, Jack Orenstein wrote: > > On Feb 26, 2009, at 10:04 PM, Alex Gaynor wrote: > > > > > > > On Thu, Feb 26, 2009 at 9:56 PM, Jack Orenstein > > wrote: > > > > > > > value="m" name="gender" /> male > > > value="f"

Re: Customizing HTML

2009-02-26 Thread Jack Orenstein
On Feb 26, 2009, at 10:04 PM, Alex Gaynor wrote: > > > On Thu, Feb 26, 2009 at 9:56 PM, Jack Orenstein > wrote: > > > value="m" name="gender" /> male > value="f" name="gender" /> female > > > I want to get rid of the ul and li tags, and just put a between > the two

Re: Customizing HTML

2009-02-26 Thread Alex Gaynor
On Thu, Feb 26, 2009 at 9:56 PM, Jack Orenstein wrote: > > On Feb 26, 2009, at 9:44 PM, Alex Gaynor wrote: > > > On Thu, Feb 26, 2009 at 9:42 PM, Jack Orenstein > > wrote: > > > > Suggestion: Instead of hardwiring formatting into Django, allow > >

Re: Customizing HTML

2009-02-26 Thread Jack Orenstein
On Feb 26, 2009, at 9:44 PM, Alex Gaynor wrote: > On Thu, Feb 26, 2009 at 9:42 PM, Jack Orenstein > wrote: > > Suggestion: Instead of hardwiring formatting into Django, allow > attributes to specify formatting. E.g., here is the minimal HTML for > radio buttons for

Re: Customizing HTML

2009-02-26 Thread Alex Gaynor
On Thu, Feb 26, 2009 at 9:42 PM, Jack Orenstein wrote: > > I'm new to Django, and making good progress rewriting a Struts-based > website. (It started rotting because I found Struts so painful and > non-intuitive. Django is so much easier.) > > The major problems I'm running

Customizing HTML

2009-02-26 Thread Jack Orenstein
I'm new to Django, and making good progress rewriting a Struts-based website. (It started rotting because I found Struts so painful and non-intuitive. Django is so much easier.) The major problems I'm running into have to do with HTML generation, first with error messages, and then with