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