Remove extraneous defaults in templates

This commit is contained in:
Chris 2020-01-04 22:13:45 +00:00
parent 4ba6df6917
commit 3097d93e37
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
<li class="ingred">
<div class="grid-x">
<div class="small-1 cell">
<input class="quantity" type="text" placeholder="{L_RECIPE_ING_QUANT_PH}" value="%(quantity)s" />
<input class="quantity" type="text" placeholder="{L_RECIPE_ING_QUANT_PH}" />
</div>
<div class="small-2 cell">
<select class="units">

View File

@ -113,7 +113,7 @@
<li class="ingred">
<div class="grid-x">
<div class="small-1 cell">
<input class="quantity" type="text" placeholder="{L_RECIPE_ING_QUANT_PH}" value="%(quantity)s" />
<input class="quantity" type="text" placeholder="{L_RECIPE_ING_QUANT_PH}" value="" />
</div>
<div class="small-2 cell">
<select class="units">