Browse Source

Fix styling

pull/464/head
Pēteris Caune 4 years ago
parent
commit
ce0f84a112
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/emails/alert-body-html.html

+ 1
- 1
templates/emails/alert-body-html.html View File

@ -70,7 +70,7 @@
{% if ping.body %} {% if ping.body %}
<p><b>Last Ping Body</b></p> <p><b>Last Ping Body</b></p>
<pre style="background: #eeeeee">{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}</pre>
<pre>{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}</pre>
{% endif %} {% endif %}
{% if projects %} {% if projects %}


Loading…
Cancel
Save