Skip to main content

Provide templates for wtform widgets

Project description

Introduction

This package aims to bring some improvements to make working with wtforms easier.

This package currently allows you to render entire forms.

Support for rendering wtform widgets with bootstrap and foundation are currently supported.

Example:

class MyForm(Form):
    # special property we use to specify order fields should
    # be shown
    _order = ['age']
    age = IntegerField(u'Age')

form = MyForm(req.POST)
from wtforms_extras import render_form
render_form(form, style='bootstrap')

# or just a field
from wtforms_extras import render_field
render_field(form, 'age', style='bootstrap')

Changelog

1.1.3 - 2014-11-25

  • remove error star on default field

1.1.2 - 2014-11-25

  • spurious pdb

1.1.1 - 2014-11-24

  • omit fieldset properly

1.1.0 - 2014-11-24

  • be able to use fieldsets

  • fix to always allow html rendering

1.0.1 - 2014-11-13

  • doc fix

1.0 - 2014-11-13

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wtforms_extras-1.1.3.zip (11.9 kB view details)

Uploaded Source

File details

Details for the file wtforms_extras-1.1.3.zip.

File metadata

  • Download URL: wtforms_extras-1.1.3.zip
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for wtforms_extras-1.1.3.zip
Algorithm Hash digest
SHA256 363f418f8f9e746f3c6927fcf92d80c09e180e9e7cd9cfe7f7a7980042d1e2c3
MD5 ef046af12ffd2a291e2b2298425ebfd1
BLAKE2b-256 c69b79d2927fd4bfdb71181b68de4314d5fd43396516414ed837943ed37ce0d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page