mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:43:11 -04:00
Fix newlines in HTML emails
This problem was masked because the email message component was also replacing newlines with `<br>`s. Implements: - [ ] https://github.com/alphagov/notifications-utils/pull/60
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
{% if not expanded %}
|
{% if not expanded %}
|
||||||
<div class="email-message-body-wrapper">
|
<div class="email-message-body-wrapper">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ body|nl2br }}
|
{{ body }}
|
||||||
{% if not expanded %}
|
{% if not expanded %}
|
||||||
</div>
|
</div>
|
||||||
<div class='toggle' tabindex='0'>...<span class='visually-hidden'>show full email</span></div>
|
<div class='toggle' tabindex='0'>...<span class='visually-hidden'>show full email</span></div>
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ pytz==2016.4
|
|||||||
|
|
||||||
git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0
|
git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0
|
||||||
|
|
||||||
git+https://github.com/alphagov/notifications-utils.git@8.7.1#egg=notifications-utils==8.7.1
|
git+https://github.com/alphagov/notifications-utils.git@8.7.2#egg=notifications-utils==8.7.2
|
||||||
|
|||||||
Reference in New Issue
Block a user