Skip to content

Commit

Permalink
Updating code and cleaning files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhustles committed Oct 1, 2020
1 parent 3eca0a4 commit 415452f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
14 changes: 0 additions & 14 deletions templates/sell.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{% extends "layout.html" %}
<!-- This page will break down a summary of stocks -->

<!-- Display Welcome Message: first and last name -->
<!-- Title: Individual Brokerage -->

<!-- Account Value: Cash | Market Value Of Equities:-->

<!-- Equitites: -->
<!-- Stock Ticker, Company Name, Quantity (SHRS) and Price -->
{% block main %}
<div class="bg-light">
<div class="d-flex justify-content-between" style="margin-bottom: 1%;">
Expand Down Expand Up @@ -66,12 +58,6 @@ <h5 class="bg-light">{{ message }}</h5>
<th scope="col"><label for="sellSymbol">Sell</label></th>
<th><label for="sellSymbol">Curr. Ticker: </label></th>
<th scope="col">
<!-- <label>Stock: </label>
<select name="option">
{% for o in option_list %}
<option value="{{ o }}">{{ o }}</option>
{% endfor %}
</select> -->
<input type="text" class="form-control" style="width: 50%;" name="sellSymbol" id="sellSymbol" placeholder="Symbol" onkeyup="this.value = this.value.toUpperCase()">
</th>
</tr>
Expand Down
7 changes: 1 addition & 6 deletions templates/sellExecute.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ <h5 class="bg-light">{{ message }}</h5>
<th scope="col"><label for="sellSymbol">Sell</label></th>
<th><label for="sellSymbol">Ticker: </label></th>
<th scope="col">
<!-- <label>Stock: </label>
<select name="option">
{% for o in option_list %}
<option value="{{ o }}">{{ o }}</option>
{% endfor %}
</select> -->

<input type="text" class="form-control" style="width: 50%;" name="sellSymbol" id="sellSymbol" placeholder="Symbol" onkeyup="this.value = this.value.toUpperCase()">
</th>
</tr>
Expand Down

0 comments on commit 415452f

Please sign in to comment.