euscanwww: Added ansi to html helper

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-20 15:12:44 +02:00
parent 1aaee90ab7
commit ad02fd4b81
4 changed files with 109 additions and 8 deletions

View File

@ -160,7 +160,7 @@
<dd>
<p>Date: {{ log.datetime }}
<pre class="log">
{{ log.result }}
{{ log.result|ansi_to_html|safe }}
</pre>
</dd>
{% endif %}