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

{% block content %}

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

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

{% endblock %}