aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/onelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/onelog.html')
-rw-r--r--libpathod/templates/onelog.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpathod/templates/onelog.html b/libpathod/templates/onelog.html
new file mode 100644
index 00000000..378bac32
--- /dev/null
+++ b/libpathod/templates/onelog.html
@@ -0,0 +1,10 @@
+{% extends frame.html %}
+{% block body %}
+ <h2> Log entry {{ lid }} </h2>
+ <hr>
+<pre>
+{{ alog }}
+</pre>
+
+{% end %}
+