diff options
author | luxagraf <sng@luxagraf.net> | 2021-09-01 13:58:53 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-09-01 13:58:53 -0400 |
commit | 7ef242016f9f78bc917151981806687db7746fa9 (patch) | |
tree | 02e85fa88e3b3a606b91c8eab5dddb48052c4081 /app | |
parent | 6ab66bdd7b7f92ca848febaa35266ee371f26a81 (diff) |
trad: fixed some links and mobile view
Diffstat (limited to 'app')
-rw-r--r-- | app/trading/templates/trading/base.html | 2 | ||||
-rw-r--r-- | app/trading/templates/trading/list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/trading/templates/trading/base.html b/app/trading/templates/trading/base.html index a557706..2d6e5da 100644 --- a/app/trading/templates/trading/base.html +++ b/app/trading/templates/trading/base.html @@ -18,7 +18,7 @@ <span class="nav-item"><a href="{% url 'luxtrade:testoptions' %}">Test Options</a></span> <span class="nav-item"><a href="https://wandererfinancial.com/{% now 'n-j-y'%}-todays-market/" target="_blank">Wanderer</a></span> <span class="nav-item"><a href="https://www.tradingview.com/chart/1a1NjVtp/" target="_blank">Trading View</a></span> - <span class="nav-item"><a href="https://client.schwab.com/Areas/Accounts/Positions" target="_blank">Schwab Positions</a></span> + <span class="nav-item"><a href="https://trade.tastyworks.com/index.html#/portfolioPage" target="_blank">Tastyworks</a></span> <span class="nav-item"><a href="https://client.schwab.com/Areas/Trade/Stocks/Entry.aspx?" target="_blank">Schwab New Trade</a></span> </nav> {% block content %} diff --git a/app/trading/templates/trading/list.html b/app/trading/templates/trading/list.html index d5dd07d..390b64e 100644 --- a/app/trading/templates/trading/list.html +++ b/app/trading/templates/trading/list.html @@ -2,7 +2,7 @@ {% block content %} <h3>Options Trades</h3> - <table> + <table class="options"> <thead> <tr> <th>Symbol</th> |