Skip to content

fix: Fix attribute error in email rendering

Abhilash Raj requested to merge maxking/hyperkitty:fix-495 into master

This is caused by passing both a dict and an email object to the same function. Due to which, attribute access on dict object caused exception.

Fixes #495

Merge request reports