|
|
|
@ -68,7 +68,7 @@ window.email = "{{user.email}}"; |
|
|
|
|
<div class="btn-group" role="group"> |
|
|
|
|
<button data-amount="{{ amt }}" type="button" |
|
|
|
|
class="btn btn-default {{"active" if _cfg("default-amount") == amt else ""}}" |
|
|
|
|
>{{ currency.amount(amt) }}</button> |
|
|
|
|
>{{ currency.amount(amt) }}</button> |
|
|
|
|
</div> |
|
|
|
|
{% endfor %} |
|
|
|
|
<div class="btn-group" role="group"> |
|
|
|
@ -81,7 +81,7 @@ window.email = "{{user.email}}"; |
|
|
|
|
<div class="col-md-4 col-md-offset-4"> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<div class="input-group"> |
|
|
|
|
<span class="input-group-addon">{{ currency.symbol }}</span> |
|
|
|
|
<span class="input-group-addon">{{ currency.symbol }}</span> |
|
|
|
|
<input id="custom-amount-text" type="text" value="13.37" |
|
|
|
|
class="form-control" placeholder="Amount" /> |
|
|
|
|
</div> |
|
|
|
|