Style account templates #69
Comments
|
I want to work on the logout template |
|
I want to work on the password change template |
|
I want to work on accounts/email template |
|
I want to work on the inactive template |
Style account templates anitab-org#69 for account/email
Style account templates anitab-org#69 for account/email
|
I want to work on the accounts/confirm-email template |
|
I want to work on the password/reset template |
|
@ana-balica Is the remaining one task being worked upon? |
|
@todipratik Well, @kanika2107 started working on it and made a pull request. There are still some comments that should have been updated. Ask @kanika2107 if she still wants to work on this. |
|
I want to work on the accounts/email template. Is @kanika2107 still working on it? |
|
I would like to work on this issue. |
|
I would like to work on email template. |
|
@ana-balica Please review the PR #168 that contains the styled template for email. |
|
I want to work on email template, is this issue still open ? |
This is a cumulative issue with a bunch of tasks. If you want to work on it, pick one template at a time, leave a comment about the template you are working on and submit a pull request once you are done.
For registration/authetication we are using django-allauth. This packages ships with a bunch of very basic templates for various pages. We need to override those to make them match the general style of the website.
We need to style the pages at the following urls:
In order to apply styling to any of the page, it is required to override the django-allauth template.
Example for styling http://127.0.0.1:8000/accounts/logout/:
Create a new file - systers_portal/templates/account/logout.html. This file will override the django-allauth template, which can be found inside the package - allauth/templates/account/logout.html. Move all the important parts to new logout template (form variable, urls, titles). Adjust the styling.
The template should be based on bootstrap3 and be responsive.
As reference see login.html and signup.html.
The text was updated successfully, but these errors were encountered: