aslinedvinsson / Axisofaccesshack

1 stars 1 forks source link

Styling of Login, Logout and Register forms #61

Open olliesharp5 opened 4 hours ago

olliesharp5 commented 4 hours ago

Login form: an allauth form found at: templates - allauth - account - login.html Logout form: an allauth form found at: templates - allauth - account - logout.html Register form: a custom template found in the accounts APP - templates - register.html

consider using crispy forms?