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

{% block nav_logs %} active{% endblock %}
{% block nav_logs_log %} active{% endblock %}
{% block content %}

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

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

{% endblock %}