diff options
Diffstat (limited to 'libpathod/templates/onelog.html')
-rw-r--r-- | libpathod/templates/onelog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/onelog.html b/libpathod/templates/onelog.html index 378bac32..a94f443a 100644 --- a/libpathod/templates/onelog.html +++ b/libpathod/templates/onelog.html @@ -1,4 +1,4 @@ -{% extends frame.html %} +{% extends "frame.html" %} {% block body %} <h2> Log entry {{ lid }} </h2> <hr> @@ -6,5 +6,5 @@ {{ alog }} </pre> -{% end %} +{% endblock %} |