aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/templates/trade_entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/templates/trade_entry.html')
-rw-r--r--python/Dawn/templates/trade_entry.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/templates/trade_entry.html b/python/Dawn/templates/trade_entry.html
index cc012130..49fc0f66 100644
--- a/python/Dawn/templates/trade_entry.html
+++ b/python/Dawn/templates/trade_entry.html
@@ -8,9 +8,11 @@
<form method="POST" class="form-horizontal" action="/" enctype="multipart/form-data">
{% for field in form %}
<div class="form-group">
+ {% 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>