diff options
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 %} |