forked from cookiecutter/cookiecutter-django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request cookiecutter#4843 from foarsitter/allauth
Allauth elements & MFA
- Loading branch information
Showing
30 changed files
with
188 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
...tter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/account_inactive.html
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/base.html
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
....project_slug}}/{{cookiecutter.project_slug}}/templates/account/base_manage_password.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% raw %}{% extends "account/base_manage.html" %} | ||
|
||
{% block main %} | ||
<div class="card"> | ||
<div class="card-body"> | ||
{% block content %} | ||
{% endblock content %} | ||
</div> | ||
</div> | ||
{% endblock main %}{% endraw %} | ||
|
80 changes: 0 additions & 80 deletions
80
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/email.html
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...ecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/email_confirm.html
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/login.html
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/logout.html
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...utter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/password_change.html
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...cutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/password_reset.html
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...r.project_slug}}/{{cookiecutter.project_slug}}/templates/account/password_reset_done.html
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...oject_slug}}/{{cookiecutter.project_slug}}/templates/account/password_reset_from_key.html
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
..._slug}}/{{cookiecutter.project_slug}}/templates/account/password_reset_from_key_done.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...iecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/account/password_set.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.