Update README.md

This commit is contained in:
Mohamed El-Kalioby
2019-01-18 14:57:46 +03:00
committed by GitHub
parent 4e99d2b45a
commit 6c5a6604ae

View File

@@ -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>```