membermatters / MemberMatters

An open source membership, access and payments portal for makerspaces and community groups.
https://membermatters.org
MIT License
40 stars 23 forks source link

Missing required positional argument: 'template_name' #232

Closed snoopen closed 5 months ago

snoopen commented 5 months ago

Describe the bug When a new member tries to register it fails and the logs show:

File "/usr/src/app/memberportal/profile/models.py", line 486, in email_profile_to
    return send_single_email(
TypeError: send_single_email() missing 1 required positional argument: 'template_name'

To Reproduce Steps to reproduce the behavior:

  1. Member tries to register
  2. They see a failure message
  3. Docker logs show the error above
jabelone commented 5 months ago

fixed by #233