diff options
Diffstat (limited to 'python/Dawn/templates/cds_trade_entry.html')
| -rw-r--r-- | python/Dawn/templates/cds_trade_entry.html | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/python/Dawn/templates/cds_trade_entry.html b/python/Dawn/templates/cds_trade_entry.html deleted file mode 100644 index 84971a29..00000000 --- a/python/Dawn/templates/cds_trade_entry.html +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <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' %} - <div class="form-group {% if field.id in errors %}has-error{% endif %}"> - {% if field.type != 'CSRFTokenField' %} - <label class="control-label col-md-2" for="{{ field.id }}"> - {{ field.label.text }} - </label> - {% endif %} - <div class="col-md-3"> - {{ field(class_="form-control") }} - </div> - {% if field.id in errors %} - <div class="col-md-3"> - {{errors[field.id][0]}} - </div>{% endif %} - </div> - {% endfor %} - <div class="form-group"> - <div class="col-md-offset-2 col-md-3"> - <div class="checkbox"> - <label> - <input id="upload_globeop" name="upload_globeop" type="checkbox" value="y">Upload to globeop? - </label> - </div> - </div> - </div> - <div class="form-group"> - <div class="col-md-offset-2 col-md-3"> - <button type="submit" class="btn btn-default">Submit</button> - </div> - </div> - </form> - <script type="text/javascript" src="{{ url_for('static', filename='utils.js') }}"></script> - <script type="text/javascript" src="{{ url_for('static', filename='dawn.js') }}"></script> - </body> -</html> |
