fix: Don't run striptags
on event descriptions that are emailed (#4267)
* fix: Don't run `striptags` on event descriptions that are emailed Remove the `textify` filter, which is now unused. Fixes #3600 * Update ietf_filters.py * Update notification_email.txt
This commit is contained in:
parent
3d49384213
commit
236c3f5b3e
|
@ -8,7 +8,7 @@ Document: {{ event.doc }},
|
|||
|
||||
Change by {{ event.by }} on {{ event.time }}:
|
||||
|
||||
{{ event.desc|textify|striptags }}
|
||||
{{ event.desc|textify }}
|
||||
|
||||
Best regards,
|
||||
|
||||
|
|
Loading…
Reference in a new issue