@@ -264,7 +264,7 @@ def delete_expired_users(self):
264
264
Regularly clearing out accounts which have never been
265
265
activated serves two useful purposes:
266
266
267
- 1. It alleviates the ocasional need to reset a
267
+ 1. It alleviates the occasional need to reset a
268
268
``RegistrationProfile`` and/or re-send an activation email
269
269
when a user does not receive or does not act upon the
270
270
initial activation email; since the account will be
@@ -380,7 +380,7 @@ def send_activation_email(self, site, request=None):
380
380
``RegistrationProfile``.
381
381
382
382
The activation email will use the following templates,
383
- which can be overriden by setting ACTIVATION_EMAIL_SUBJECT,
383
+ which can be overridden by setting ACTIVATION_EMAIL_SUBJECT,
384
384
ACTIVATION_EMAIL_BODY, and ACTIVATION_EMAIL_HTML appropriately:
385
385
386
386
``registration/activation_email_subject.txt``
@@ -558,7 +558,7 @@ def send_admin_approve_email(self, user, site, request=None):
558
558
approve this user.
559
559
560
560
The approval email will use the following templates,
561
- which can be overriden by setting APPROVAL_EMAIL_SUBJECT,
561
+ which can be overridden by setting APPROVAL_EMAIL_SUBJECT,
562
562
APPROVAL_EMAIL_BODY, and APPROVAL_EMAIL_HTML appropriately:
563
563
564
564
``registration/admin_approve_email_subject.txt``
@@ -658,7 +658,7 @@ def send_admin_approve_complete_email(self, site, request=None):
658
658
``SupervisedRegistrationProfile``.
659
659
660
660
The email will use the following templates,
661
- which can be overriden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
661
+ which can be overridden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
662
662
APPROVAL_COMPLETE_EMAIL_BODY, and APPROVAL_COMPLETE_EMAIL_HTML appropriately:
663
663
664
664
``registration/admin_approve_complete_email_subject.txt``
0 commit comments