You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "XXXXXXX/lib/python2.7/site-packages/bootstrapform/templatetags/bootstrap.py", line 74, in render
for field in element.visible_fields():
AttributeError: 'SafeText' object has no attribute 'visible_fields'
The text was updated successfully, but these errors were encountered:
this generally means that the form field does not exist or is broken and django's template engine translates this into an empty string. assuming that you are trying something like {{form.brokenfield|bootstrap}}. Does {{form.brokenfield}} work?
File "XXXXXXX/lib/python2.7/site-packages/bootstrapform/templatetags/bootstrap.py", line 74, in render
for field in element.visible_fields():
AttributeError: 'SafeText' object has no attribute 'visible_fields'
The text was updated successfully, but these errors were encountered: