aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/index.html')
-rw-r--r--libpathod/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html
index 396137d6..07145b85 100644
--- a/libpathod/templates/index.html
+++ b/libpathod/templates/index.html
@@ -1,4 +1,4 @@
-{% extends frame.html %}
+{% extends "frame.html" %}
{% block body %}
- {% include previewform.html %}
-{% end %}
+ {% include "previewform.html" %}
+{% endblock %}