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, 0 insertions, 8 deletions
diff --git a/pathod/libpathod/templates/onelog.html b/pathod/libpathod/templates/onelog.html
deleted file mode 100644
index c222ad60..00000000
--- a/pathod/libpathod/templates/onelog.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "frame.html" %} {% block body %}
-<h2>Log entry {{ lid }}</h2>
-<hr>
-
-<pre>
- {{ alog }}
-</pre>
-{% endblock %}