Skip to content

Commit

Permalink
Update sell.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jer-B authored Jan 18, 2024
1 parent b8d5134 commit 1e6ebb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<div class="form-group">
<input class="form-control" name="shares" placeholder="0" type="number" min="0">
</div>
<button class="btn btn-primary" type="submit">Buy</button>
<button class="btn btn-primary" type="submit">Sell</button>
</form>
{% endblock %}
{% endblock %}

0 comments on commit 1e6ebb7

Please sign in to comment.