From cd8fba1d70fa8c7f4f39267d13b65c1bf2ab1b31 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 21 Jun 2012 16:54:49 +1200 Subject: Finalize porting built-in web app to Flask. --- libpathod/templates/preview.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'libpathod/templates/preview.html') diff --git a/libpathod/templates/preview.html b/libpathod/templates/preview.html index 63960ebe..4b5182d7 100644 --- a/libpathod/templates/preview.html +++ b/libpathod/templates/preview.html @@ -1,4 +1,4 @@ -{% extends frame.html %} +{% extends "frame.html" %} {% block body %}

Preview

@@ -10,7 +10,6 @@

Error

{{ error }}

{% else %} -

Spec:

{{ spec }}
@@ -19,6 +18,6 @@
{{ output }}
-{% end %} -{% include previewform.html %} -{% end %} +{% endif %} +{% include "previewform.html" %} +{% endblock %} -- cgit v1.2.3