Benjamin Renard commited on 2014-07-27 16:54:32
Showing 1 changed files, with 1 additions and 1 deletions.
| ... | ... |
@@ -511,7 +511,7 @@ span.cat-color {
|
| 511 | 511 |
<label for='add_contribution_cost' class="col-xs-3 control-label">Coût</label> |
| 512 | 512 |
<div class='col-xs-9'> |
| 513 | 513 |
<div class="input-group"> |
| 514 |
- <input type='number' id='add_contribution_cost' class="form-control" placeholder='0.00'/> |
|
| 514 |
+ <input type='number' id='add_contribution_cost' step='0.05' class="form-control" placeholder='0.00'/> |
|
| 515 | 515 |
<span class="input-group-addon">€</span> |
| 516 | 516 |
</div> |
| 517 | 517 |
</div> |
| 518 | 518 |