diff options
Diffstat (limited to 'libpathod/templates/preview.html')
-rw-r--r-- | libpathod/templates/preview.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libpathod/templates/preview.html b/libpathod/templates/preview.html index 6599362f..63960ebe 100644 --- a/libpathod/templates/preview.html +++ b/libpathod/templates/preview.html @@ -20,9 +20,5 @@ <pre>{{ output }}</pre> {% end %} - <form class="well form-search" method="GET" action="/preview"> - <input style="width: 30em;" name="spec" class="input-medium search-query" value="{{spec}}"> - <input type="submit" class="btn" value="preview"> - <a href="#" class="btn">go</a> - </form> +{% include previewform.html %} {% end %} |