Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
fix: Change login_code_request_email template extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengrill authored and relekang committed Sep 14, 2018
1 parent 92d5309 commit efecdcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nopassword/backends/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class EmailBackend(NoPasswordBackend):
template_name = 'registration/login_code_request_email.html'
template_name = 'registration/login_code_request_email.txt'
html_template_name = None
subject_template_name = 'registration/login_code_request_subject.txt'
from_email = None
Expand Down

0 comments on commit efecdcf

Please sign in to comment.