Update README.md
This commit is contained in:
committed by
GitHub
parent
4e99d2b45a
commit
6c5a6604ae
@@ -74,4 +74,7 @@ Depends on
|
|||||||
]
|
]
|
||||||
```
|
```
|
||||||
1. Provide `mfa_auth_base.html` in your templaes with block called 'head' and 'content'
|
1. Provide `mfa_auth_base.html` in your templaes with block called 'head' and 'content'
|
||||||
The template will be included during the user login
|
The template will be included during the user login.
|
||||||
|
1. To match the look and feel of your project, MFA includes base.html but it need a block named content to added its content in it.
|
||||||
|
1. Somewhere in your app, add a link to 'mfa_home'
|
||||||
|
```<l><a href="{% url 'mfa_home' %}">Security</a> </l>```
|
||||||
|
|||||||
Reference in New Issue
Block a user