diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-02-25 18:33:34 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-02-25 18:33:34 +0000 |
commit | 7f542b8936c6690f82b807fb81b3f87213ea96bf (patch) | |
tree | 4a7e3e95749d0b0dc6a2796a2fb3fa34875d163a /templates/pathsreport.html | |
parent | 2c13c1b5f3d765017468e762082bc693df800278 (diff) | |
download | troggle-7f542b8936c6690f82b807fb81b3f87213ea96bf.tar.gz troggle-7f542b8936c6690f82b807fb81b3f87213ea96bf.tar.bz2 troggle-7f542b8936c6690f82b807fb81b3f87213ea96bf.zip |
LIBDIR automatically gets right python version
Diffstat (limited to 'templates/pathsreport.html')
-rw-r--r-- | templates/pathsreport.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/pathsreport.html b/templates/pathsreport.html index d977c6b..300b284 100644 --- a/templates/pathsreport.html +++ b/templates/pathsreport.html @@ -40,5 +40,9 @@ </table> <p> There are {{ ncodes }} different path codes defined. +<p>This report is generated from <code>templates/pathsreport.html</code> and +by <code>pathsreport(request)</code> in <code>core/views/statistics.py </code> +<hr> +<p>Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a> {% endblock %} |