summaryrefslogtreecommitdiffstats
path: root/templates/_formhelpers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_formhelpers.html')
-rw-r--r--templates/_formhelpers.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_formhelpers.html b/templates/_formhelpers.html
index 1548b91..e50f482 100644
--- a/templates/_formhelpers.html
+++ b/templates/_formhelpers.html
@@ -6,8 +6,8 @@
{% if field.type == "BooleanField" %}
<div class="col-lg-10 col-lg-offset-2">
<div class="checkbox">
- <label class="control-label">
- {{ field()|safe }} {{field.label}}
+ <label>
+ {{ field()|safe }} {{field.label.text}}
</label>
</div>
{% if field.errors %}