diff options
Diffstat (limited to 'libpathod/templates/request_previewform.html')
-rw-r--r-- | libpathod/templates/request_previewform.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html new file mode 100644 index 00000000..accb1631 --- /dev/null +++ b/libpathod/templates/request_previewform.html @@ -0,0 +1,4 @@ +<form class="form-inline" method="GET" action="/request_preview"> + <input id="spec" name="spec" class="input-medium search-query" value="{{spec}}"> + <input type="submit" class="btn" value="preview"> +</form> |