Last active
November 23, 2018 19:46
-
-
Save toanalien/6657284620f20a2097436ed762e480a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mail_content = { | |
'%student_name%': [student.profile.display_name], | |
'%course_name%': [course.name], | |
'%lecturer_name%': [course.lecturer.profile.display_name], | |
'%payment_method%': [get_payment_method_name(payment_transaction.payment_type)], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment