mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
This commit is contained in:
parent
6bf85ff7e3
commit
d392fc293c
2 changed files with 2 additions and 2 deletions
|
|
@ -1452,7 +1452,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
|
|||
A form for generating and emailing a one-time use link to reset a
|
||||
user's password.
|
||||
|
||||
.. method:: send_email(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
|
||||
.. method:: send_mail(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
|
||||
|
||||
Uses the arguments to send an ``EmailMultiAlternatives``.
|
||||
Can be overridden to customize how the email is sent to the user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue