fix typos

This commit is contained in:
Tobias Bengfort
2021-06-23 08:07:32 +02:00
parent b18dfe2bb6
commit e8ce96c404
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,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 templates with block called 'head' and 'content'
The template will be included during the user login.
If you will use Email Token method, then you have to provide template named `mfa_email_token_template.html` that will content the format of the email with parameter named `user` and `otp`.
1. To match the look and feel of your project, MFA includes `base.html` but it needs blocks named `head` & `content` to added its content to it.