We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f985bb commit 0e4d913Copy full SHA for 0e4d913
wger/settings_global.py
@@ -551,7 +551,7 @@ def email_verified_callback(user):
551
user.userprofile.save()
552
553
554
-EMAIL_VERIFIED_CALLBACK = email_verified_callback
+EMAIL_MAIL_CALLBACK = email_verified_callback
555
EMAIL_FROM_ADDRESS = WGER_SETTINGS['EMAIL_FROM']
556
EMAIL_MAIL_SUBJECT = 'Confirm your email'
557
EMAIL_MAIL_HTML = 'email_verification/email_body_html.tpl'
@@ -561,7 +561,7 @@ def email_verified_callback(user):
561
EMAIL_PAGE_DOMAIN = 'http://localhost:8000/'
562
563
#
564
-# Django activity stream
+# Django-activity stream
565
566
ACTSTREAM_SETTINGS = {
567
'USE_JSONFIELD': True,
0 commit comments