Skip to content

Commit b5b7957

Browse files
committed
amount was wrong in kudos
1 parent 3342d34 commit b5b7957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/kudos/templates/transaction/send.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="h2 mt-5">{% trans "Send Kudos" %}</h1>
7777
<form id="send_eth">
7878
<!-- token and amount are not used for kudos -->
7979
<input type="hidden" id="token" value="0x408c49a91e46311ddc35737f8c1aaea6191f36e0">
80-
<input type="hidden" id="amount" value="0.0011">
80+
<input type="hidden" id="amount" value="{{ kudos.price_in_eth }}">
8181
<label for="">{% trans "To Github Username" %}</label>
8282
<div class="form-group">
8383
<select id="username" class="username-search custom-select" required {% if not kudos.name %}disabled{% endif %}></select>

0 commit comments

Comments
 (0)