diff options
Diffstat (limited to 'libpathod/templates/preview.html')
| -rw-r--r-- | libpathod/templates/preview.html | 9 |
1 files changed, 4 insertions, 5 deletions
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 %} <h1>Preview</h1> @@ -10,7 +10,6 @@ <h2> Error </h2> <p style="color: #ff0000">{{ error }}</p> {% else %} - <h2>Spec:</h2> <pre>{{ spec }}</pre> @@ -19,6 +18,6 @@ <pre>{{ output }}</pre> -{% end %} -{% include previewform.html %} -{% end %} +{% endif %} +{% include "previewform.html" %} +{% endblock %} |
