Skip to content

Commit

Permalink
Use new setting names
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Oct 12, 2022
1 parent b06368b commit 6cd0d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wger/settings_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ def email_verified_callback(user):
EMAIL_MAIL_SUBJECT = 'Confirm your email'
EMAIL_MAIL_HTML = 'email_verification/email_body_html.tpl'
EMAIL_MAIL_PLAIN = 'email_verification/email_body_txt.tpl'
EMAIL_TOKEN_LIFE = 60 * 60
EMAIL_PAGE_TEMPLATE = 'email_verification/confirm_template.html'
EMAIL_MAIL_TOKEN_LIFE = 60 * 60
EMAIL_MAIL_PAGE_TEMPLATE = 'email_verification/confirm_template.html'
EMAIL_PAGE_DOMAIN = 'http://localhost:8000/'

#
Expand Down

0 comments on commit 6cd0d38

Please sign in to comment.