From 20a94dbc3e3e6e36655982a5569a6d7e4d0abedd Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 21 Oct 2021 13:06:06 +0200 Subject: Add legacy log Future patches will deprecate this log functionality in favour of more robust solutions. --- ogcp/templates/actions/legacy/log.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ogcp/templates/actions/legacy/log.html (limited to 'ogcp/templates/actions/legacy/log.html') diff --git a/ogcp/templates/actions/legacy/log.html b/ogcp/templates/actions/legacy/log.html new file mode 100644 index 0000000..08d3328 --- /dev/null +++ b/ogcp/templates/actions/legacy/log.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% block content %} + +

{{_('Client log')}}

+ +
{{ log }}
+ +{% endblock %} -- cgit v1.2.3-18-g5258