We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3342d34 commit b5b7957Copy full SHA for b5b7957
app/kudos/templates/transaction/send.html
@@ -77,7 +77,7 @@ <h1 class="h2 mt-5">{% trans "Send Kudos" %}</h1>
77
<form id="send_eth">
78
<!-- token and amount are not used for kudos -->
79
<input type="hidden" id="token" value="0x408c49a91e46311ddc35737f8c1aaea6191f36e0">
80
- <input type="hidden" id="amount" value="0.0011">
+ <input type="hidden" id="amount" value="{{ kudos.price_in_eth }}">
81
<label for="">{% trans "To Github Username" %}</label>
82
<div class="form-group">
83
<select id="username" class="username-search custom-select" required {% if not kudos.name %}disabled{% endif %}></select>
0 commit comments