Skip to content

Fix mail handling

Samuel GAIST requested to merge fix_registration_mail_generation into master

Generic try except use were hiding errors due to Django documented changes about the usage of Context with template rendering. This patch updates the code to not use Context anymore and remove the generic try except.

Fixes #509

Merge request reports