Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/templates/staking/create_pool.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 class="font-semibold text-yellow-800">How It Works</h3>
id="stake_amount"
name="stake_amount"
min="1"
max="{{ user_bacon_balance }}"
{% if user_bacon_balance > 0 %}max="{{ user_bacon_balance }}"{% endif %}
required
class="w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-orange-500 focus:border-orange-500"
placeholder="50" />
Expand Down
Loading