@@ -256,7 +256,7 @@ def delete_expired_users(self):
256
256
Regularly clearing out accounts which have never been
257
257
activated serves two useful purposes:
258
258
259
- 1. It alleviates the ocasional need to reset a
259
+ 1. It alleviates the occasional need to reset a
260
260
``RegistrationProfile`` and/or re-send an activation email
261
261
when a user does not receive or does not act upon the
262
262
initial activation email; since the account will be
@@ -372,7 +372,7 @@ def send_activation_email(self, site, request=None):
372
372
``RegistrationProfile``.
373
373
374
374
The activation email will use the following templates,
375
- which can be overriden by setting ACTIVATION_EMAIL_SUBJECT,
375
+ which can be overridden by setting ACTIVATION_EMAIL_SUBJECT,
376
376
ACTIVATION_EMAIL_BODY, and ACTIVATION_EMAIL_HTML appropriately:
377
377
378
378
``registration/activation_email_subject.txt``
@@ -550,7 +550,7 @@ def send_admin_approve_email(self, user, site, request=None):
550
550
approve this user.
551
551
552
552
The approval email will use the following templates,
553
- which can be overriden by setting APPROVAL_EMAIL_SUBJECT,
553
+ which can be overridden by setting APPROVAL_EMAIL_SUBJECT,
554
554
APPROVAL_EMAIL_BODY, and APPROVAL_EMAIL_HTML appropriately:
555
555
556
556
``registration/admin_approve_email_subject.txt``
@@ -650,7 +650,7 @@ def send_admin_approve_complete_email(self, site, request=None):
650
650
``SupervisedRegistrationProfile``.
651
651
652
652
The email will use the following templates,
653
- which can be overriden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
653
+ which can be overridden by settings APPROVAL_COMPLETE_EMAIL_SUBJECT,
654
654
APPROVAL_COMPLETE_EMAIL_BODY, and APPROVAL_COMPLETE_EMAIL_HTML appropriately:
655
655
656
656
``registration/admin_approve_complete_email_subject.txt``
0 commit comments