2012-07-24 11:13:04 +00:00
|
|
|
<form class="form-inline" method="GET" action="/request_preview">
|
2012-07-24 22:24:09 +00:00
|
|
|
<input
|
|
|
|
style="width: 20em"
|
|
|
|
id="spec"
|
|
|
|
name="spec"
|
|
|
|
class="input-medium search-query"
|
|
|
|
value="{{spec}}"
|
|
|
|
placeholder="method:path:[features]"
|
|
|
|
>
|
2012-07-24 11:13:04 +00:00
|
|
|
<input type="submit" class="btn" value="preview">
|
|
|
|
</form>
|