aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/trade_entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/trade_entry.html')
-rw-r--r--python/Dawn/trade_entry.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/python/Dawn/trade_entry.html b/python/Dawn/trade_entry.html
deleted file mode 100644
index 1ff23556..00000000
--- a/python/Dawn/trade_entry.html
+++ /dev/null
@@ -1,21 +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">
- <form method="POST" class="form-horizontal" action="/submit">
- {% for field in form %}
- <div class="form-group">
- <label class="control-label col-md-2" for="{{ field.id }}">
- {{ field.label.text }}
- </label>
- <div class="col-md-3">
- {{ field(class_="form-control") }}
- </div>
- </div>
- {% endfor %}
-</form>
- </body>
-</html>