Fix log message formatting in exception views

This commit is contained in:
Robin Chalas 2017-04-12 13:44:03 +02:00
parent 9fdd36f23d
commit 0f9660b854

View File

@ -21,7 +21,7 @@
{{ log.channel }} {{ log.channel }}
</td> </td>
{% endif %} {% endif %}
<td>{{ log.message }}</td> <td>{{ log.message|format_log_message(log.context) }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>