diff options
Diffstat (limited to 'python/Dawn/templates/trade_entry.html')
| -rw-r--r-- | python/Dawn/templates/trade_entry.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Dawn/templates/trade_entry.html b/python/Dawn/templates/trade_entry.html index 1d7bdbd2..a7b19ab6 100644 --- a/python/Dawn/templates/trade_entry.html +++ b/python/Dawn/templates/trade_entry.html @@ -3,7 +3,6 @@ <head> <meta charset="utf-8"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> - <link rel="stylesheet" href="{{ url_for('static', filename='simple-hint.min.css') }}"></script> </head> <body style="max-width:1024px; margin:0 auto"> <datalist id="index_list"></datalist> @@ -40,7 +39,7 @@ </div> </div> </form> - {% if 'cds' in action_url %} + {% if 'cds' or 'swaption' in action_url %} <script type="text/javascript" src="https://code.jquery.com/jquery-2.2.0.min.js"></script> <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" |
