Skip to content
Snippets Groups Projects
Commit 03f7429b authored by ale's avatar ale
Browse files

Report.message is a binary object, decode it for display

parent ead9216d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
<p>Received at {{ report.timestamp.strftime('%Y-%m-%d %H:%M') }}.</p>
<pre>{{ report.message }}</pre>
<pre>{{ report.message.decode('utf-8') }}</pre>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment