HyphaApp / hypha

Submission management software for open calls
https://www.hypha.app
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Fix alignment of text in the plain-text emails #3903

Closed theskumar closed 3 months ago

theskumar commented 3 months ago

Due to djhtml the emails templates where formatted with indendation. That lead to alignment also being present in the plain-text emails.

This was an unintentional behaviour that this PR fixes by adding {# fmt:off #} markers in the email templates so djhtml won't format them

Test Steps