diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 12:41:50 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 12:41:50 +0000 |
commit | f73640522bdd9d218fb00786b54b683da23a17b5 (patch) | |
tree | 671e2d9506b8920b58f88e35cdce8fb517352ffe /templates/survexdebug.html | |
parent | d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c (diff) | |
download | troggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.gz troggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.bz2 troggle-f73640522bdd9d218fb00786b54b683da23a17b5.zip |
More public debug reports
Diffstat (limited to 'templates/survexdebug.html')
-rw-r--r-- | templates/survexdebug.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/survexdebug.html b/templates/survexdebug.html new file mode 100644 index 0000000..ec78fbd --- /dev/null +++ b/templates/survexdebug.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% block title %}Data import report{% endblock %} + +{% block content %} +<h1>Expo Survex debug report</h1> + + +<h3>Running list of warnings during import</h3> + +<hr> +<p>See <a href="/surveximport">Survex import record</a> - indented *include and begin/end tree<br /> +<p>Go to <a href="/controlpanel">Control panel</a> - for other import reports<br> +<hr> +<pre> +<p style="font-family: Consolas, Lucida Console, monospace; font-size: small"> +{{log}} +</pre> +<p>This report is generated from <code>templates/survexdebug.html</code> and +by <code>survexdebug(request)</code> in <code>core/views/statistics.py </code> +<hr> +<p>Go to <a href="/surveximport">Survex import record</a> - indented *include and begin/end tree<br /> +<p>Go to <a href="/controlpanel">Control panel</a> - for other import reports +<p>Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a> +{% endblock %} + |