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/survexreport.html | |
parent | d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c (diff) | |
download | troggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.gz troggle-f73640522bdd9d218fb00786b54b683da23a17b5.tar.bz2 troggle-f73640522bdd9d218fb00786b54b683da23a17b5.zip |
More public debug reports
Diffstat (limited to 'templates/survexreport.html')
-rw-r--r-- | templates/survexreport.html | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/templates/survexreport.html b/templates/survexreport.html index aec0435..535cec4 100644 --- a/templates/survexreport.html +++ b/templates/survexreport.html @@ -10,19 +10,18 @@ <p>An extra line *edulcni is inserted to show where an included file ends. The *include and *edulcni lines omit the ".svx" from the end of the filename. <p>The survex files which are NOT part of the main include tree have been collected together and included under a constructed file "_unseens" following the line "0 *include _unseens" into a begin/end block labelled "troggle_unseens". <hr> -<p>Go to <a href="/controlpanel">Control panel</a> - for other import reports +Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br /> +Go to <a href="/controlpanel">Control panel</a> - for other import reports <hr> +<pre> <p style="font-family: Consolas, Lucida Console, monospace;"> -{% for line in log %} -{{line|safe}}<br /> -{% empty %} -<b>No import report file found. Re-import using databaseReset.py</b> -{% endfor %} - +{{log}} +</pre> <p>This report is generated from <code>templates/survexreport.html</code> and by <code>survexreport(request)</code> in <code>core/views/statistics.py </code> <hr> -<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> +Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br /> +Go to <a href="/controlpanel">Control panel</a> - for other import reports +Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a> {% endblock %} |