diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/templates/cds_trade_entry.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/templates/cds_trade_entry.html b/python/Dawn/templates/cds_trade_entry.html index 11810793..beefc856 100644 --- a/python/Dawn/templates/cds_trade_entry.html +++ b/python/Dawn/templates/cds_trade_entry.html @@ -5,6 +5,7 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> </head> <body style="max-width:1024px; margin:0 auto"> + <datalist id="index_list"></datalist> <form method="POST" class="form-horizontal" action="{{url_for('cds_trade_manage', tradeid=trade_id)}}" enctype="multipart/form-data"> {% for field in form if field.type != 'BooleanField' %} |
