mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 09:13:58 -04:00
Merge pull request #824 from alphagov/fix-newlines-html-email
Fix newlines in HTML emails
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