Skip to content

Commit

Permalink
Merge pull request #58 from svsticky/update-topup-value
Browse files Browse the repository at this point in the history
Update default top up value
  • Loading branch information
TobiasDeBruijn authored Sep 25, 2024
2 parents b53953d + 3db5db7 commit 5919c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_board_view/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h5 class="card-header">Add balance to user</h5>
<div class="input-group mb-2">
<td class="input-group">
<span class="input-group-text"></span>
<input type="text" class="form-control" id="amount" placeholder="15.15"/>
<input type="text" class="form-control" id="amount" placeholder="19.19"/>
</td>
<select class="form-select" id="type">
{% for option in top_types %}
Expand Down

0 comments on commit 5919c79

Please sign in to comment.