Closed longhotsummer closed 3 weeks ago
In Indigo, we rely heavily on allauth.account
to make these pages easier to do.
allauth.urls
into the urls: https://github.com/laws-africa/indigo/blob/master/indigo_app/urls.py#L18For all of those views, we use a standard account layout (indigo_app/user_account/layout.html
), which includes the header and side navigation. That way they have the same look and feel.
Check the existing allauth templates to see what they look like, and then replicate them as necessary.
@longhotsummer I've left a proposal in the description above. I'm ready to go if you're fine with it.
Looks great, thanks @Sandravaphilips
As a user, I want to be able to:
Proposal
Design
Implementation
URLs