mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
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:
parent
0183e4cd01
commit
82ed0971fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue