summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/legacy/log.html
blob: 08d3328a2ccf5befafd5676381768d1d9b1cb229 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends 'base.html' %}
{% import "bootstrap/wtf.html" as wtf %}

{% block content %}

<h1 class="m-5">{{_('Client log')}}</h1>

<pre>{{ log }}</pre>

{% endblock %}