Commit a07fac2a authored by Cyril Brulebois's avatar Cyril Brulebois Committed by Enrico Zini
Browse files

Avoid HTML entities in advocacy text for mail notifications.

Hi Enrico,

Would the attached patch make sense?

We are seeing things like:
 - I've known Joanne
 - I've been in touch
 - |I advocate Alf Gaida <agaida@siduction.org>
 - So I'd really appreciate to see Lucas Kanashiro as DD as he's doing really a lot for the Debian Perl Team.
 etc.

Since we're sending a mail, I suppose turning off auto-escaping would
make sense, but I'm not certainly certain it's "safe".

KiBi.
parent f24ef77d
......@@ -12,6 +12,6 @@ The current status of {{ log.process.person.fullname }} is {{ log.process.person
Advocacy text:
{{ log.logtext }}
{{ log.logtext|safe }}
{{ log.changed_by.fullname }} (via nm.debian.org)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment