Pēteris Caune
4 years ago
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
1 deletions
-
templates/emails/alert-body-html.html
|
|
@ -70,7 +70,7 @@ |
|
|
|
|
|
|
|
{% if ping.body %} |
|
|
|
<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 %} |
|
|
|
|
|
|
|
{% if projects %} |
|
|
|