diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-28 21:49:29 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-28 21:49:29 +0000 |
| commit | 5cd8b35d1f58104b78ed31724e174c2b478f3498 (patch) | |
| tree | 301dd3ea76595dd079c6053a2f3acd8058405acb /app/templates/macros/forms.html | |
| parent | 84b996c489b2003c8da010baf92b748915170974 (diff) | |
| download | cheatdb-5cd8b35d1f58104b78ed31724e174c2b478f3498.tar.xz | |
Add ability to bulk change releases
Diffstat (limited to 'app/templates/macros/forms.html')
| -rw-r--r-- | app/templates/macros/forms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/forms.html b/app/templates/macros/forms.html index 255a4ca..858e0d4 100644 --- a/app/templates/macros/forms.html +++ b/app/templates/macros/forms.html @@ -115,7 +115,7 @@ {% macro render_checkbox_field(field, label=None) -%} {% if not label %}{% set label=field.label.text %}{% endif %} - <div class="checkbox"> + <div class="checkbox {{ kwargs.pop('class_', '') }}"> <label> {{ field(type='checkbox', **kwargs) }} {{ label }} </label> |
