diff options
Diffstat (limited to 'templates/pathsreport.html')
-rw-r--r-- | templates/pathsreport.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/pathsreport.html b/templates/pathsreport.html index 15e7f37..d977c6b 100644 --- a/templates/pathsreport.html +++ b/templates/pathsreport.html @@ -1,16 +1,9 @@ {% extends "base.html" %} - -{% load link %} - {% block title %}Troggle paths report{% endblock %} {% block content %} - <h1>Expo Troggle paths report</h1> - - <p> - <table style="font-family: Consolas, Lucida Console, monospace;"> <tr><th>Code</th><th>Path</th><th>Type</th></tr> {% for c,p,t in bycodeslist %} |