Improved form in stream and corrected a bug in web.py
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p>
|
||||
You can try with a different resolution (between 1 and 25)
|
||||
<form action="" method="GET">
|
||||
Resolution : <input id="res" name="res" type="number" min="1" max="25" value="5" length=10/>
|
||||
Resolution : <input id="res" name="res" type="number" min="1" max="25" value="%(res)s" length=10/>
|
||||
<input type="submit" value="Go !" />
|
||||
</form>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user