diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-26 07:39:17 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-26 07:39:17 -0700 |
commit | 491f2007f5d1f5f595c37491b7f9c0c2b4c93963 (patch) | |
tree | b546f6b0f1a06b422a1dd2c3d0670af378dfd3cf | |
parent | 889564a3c15eb15920be75ca53e0811a5c1c8fba (diff) | |
download | mediagoblin-491f2007f5d1f5f595c37491b7f9c0c2b4c93963.tar.lz mediagoblin-491f2007f5d1f5f595c37491b7f9c0c2b4c93963.tar.xz mediagoblin-491f2007f5d1f5f595c37491b7f9c0c2b4c93963.zip |
typo
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/wtforms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/wtforms.html b/mediagoblin/templates/mediagoblin/utils/wtforms.html index 635d4a41..a4c33f1a 100644 --- a/mediagoblin/templates/mediagoblin/utils/wtforms.html +++ b/mediagoblin/templates/mediagoblin/utils/wtforms.html @@ -47,7 +47,7 @@ {% endfor %} {%- endif %} {%- if field.description %} - {% if and field.type == 'BooleanField' %} + {% if field.type == 'BooleanField' %} <label for="{{ field.label.field_id }}">{{ field.description|safe }}</label> {% else %} <p class="form_field_description">{{ field.description|safe }}</p> |