reward:gold field is now a number instead of text. Validates the input from user before submitting form... we should check the input once received as well, but this is good enough for now

This commit is contained in:
Michael Writhe 2013-01-22 16:56:16 -07:00
parent 0183e4cd01
commit 82ed0971fd

View file

@ -436,7 +436,7 @@
<div class=control-group>
<label>Price
<div class="input-append">
<input class="span2" size="16" type="text" value={:task.value}><span class="add-on">Gold</span>
<input class="span5" size="16" type="number" value={:task.value}><span class="add-on">Gold</span>
</div>
</label>
</div>