diff options
Diffstat (limited to 'libpathod/templates/request_previewform.html')
-rw-r--r-- | libpathod/templates/request_previewform.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libpathod/templates/request_previewform.html b/libpathod/templates/request_previewform.html index accb1631..a7130da0 100644 --- a/libpathod/templates/request_previewform.html +++ b/libpathod/templates/request_previewform.html @@ -1,4 +1,11 @@ <form class="form-inline" method="GET" action="/request_preview"> - <input id="spec" name="spec" class="input-medium search-query" value="{{spec}}"> + <input + style="width: 20em" + id="spec" + name="spec" + class="input-medium search-query" + value="{{spec}}" + placeholder="method:path:[features]" + > <input type="submit" class="btn" value="preview"> </form> |