Skip to content

Commit

Permalink
fix gateway field step
Browse files Browse the repository at this point in the history
  • Loading branch information
uranixcz committed Mar 15, 2019
1 parent d30f357 commit 76087fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates_cz/adduserproduct.html.hbs
Expand Up @@ -25,7 +25,7 @@
</tr>-->
<tr>
<td><label for="gateway"><abbr title="Množství NBR, které se odečte příjemci. Volí si každý producent za sebe! Hodí se např. k informování příjemců o ochotě producenta přijímat zákazníky (0 = mnoho).">brána pro získání</abbr></label></td>
<td></td><td><input type="number" name="gateway" id="gateway" value="{{gateway}}" min="0" required autofocus /></td><td></td>
<td></td><td><input type="number" name="gateway" id="gateway" value="{{gateway}}" min="0" step="0.000001" required autofocus /></td><td></td>
</tr><tr><td colspan="4"><hr><td></td></tr>

<tr>
Expand Down Expand Up @@ -93,4 +93,4 @@
</table>
</form>
</body>
</html>
</html>

0 comments on commit 76087fd

Please sign in to comment.