Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Django Crispy Forms

DRY Django Forms.
Collective - Host: opensource - https://opencollective.com/django-crispy-forms - Code: https://github.com/django-crispy-forms/django-crispy-forms

Fix docstring example: action="post" -> method="post"

github.com/django-crispy-forms/django-crispy-forms - 2e7afd30d4f7506b114c8fdb6db87a72ca5a4f04 authored over 12 years ago by Piet Delport <[email protected]>
Add some missing imports to docs.

github.com/django-crispy-forms/django-crispy-forms - 11d578a658007cec6ff9876d0214c29dfc129baa authored over 12 years ago by Charlie Denton <[email protected]>
updated doc example

github.com/django-crispy-forms/django-crispy-forms - 52a48e210d4994ae1c131481c722f61d07d9d9ff authored over 12 years ago by Lloyd Philbrook <[email protected]>
Merge branch 'add_attr_to_multifield_fieldset' into dev

github.com/django-crispy-forms/django-crispy-forms - bcc148fc122403ec1ea193410500c1e47abb5a18 authored over 12 years ago by Lloyd Philbrook <[email protected]>
add required attribute to field widget based on field definition.

github.com/django-crispy-forms/django-crispy-forms - 799995a4ac378b427dbf9ae15aa0354e57107e04 authored over 12 years ago by Lloyd Philbrook <[email protected]>
Allow any multiform or fieldset attribute to be defined. Includes tests.

github.com/django-crispy-forms/django-crispy-forms - 827c27c0295d0d2214966ca5a631cabd50056cd7 authored over 12 years ago by Lloyd Philbrook <[email protected]>
Make Fieldset legend, MultiField label and HTML contents translatable

You can now use the result of Django's ugettext_lazy functions as those
arguments and the transl...

github.com/django-crispy-forms/django-crispy-forms - a7f823a6702df0229497c057bb405f5d0f47aadd authored over 12 years ago by Rivo Laks <[email protected]>
fixed radio select checked status

github.com/django-crispy-forms/django-crispy-forms - d633c03e7051216fdf2b6e031898047aea9678d5 authored over 12 years ago by Claire <[email protected]>
Adding __setitem__ and append methods to LayoutObject

Including a couple tests for those methods

github.com/django-crispy-forms/django-crispy-forms - 3d496f4f604376c5bf95e909dac6236d3c82d94b authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing form Meta fields usage

This issue #GH-59

github.com/django-crispy-forms/django-crispy-forms - 6c4b5073f161219fa8c7efcbb81fe4e49e211d80 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Refactoring & polishing of test suite

github.com/django-crispy-forms/django-crispy-forms - 02bc4cf5c5d4c44be1ea14f04bbdf7fda16f60e1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a |classes filter

Returns the fields classes

github.com/django-crispy-forms/django-crispy-forms - 04f98c7fb06b4c66268c7d256e66eaba5c316db5 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing AppendedText and PrependedText

Field can now have multiple fields listed, this breaks these two
bootstrap layout objects. Addin...

github.com/django-crispy-forms/django-crispy-forms - dadc7d66f47bdc47cf45cc8678c64c9978429995 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing white spaces from setup.py

github.com/django-crispy-forms/django-crispy-forms - 39d281343c0ea9de01dd052782a521e983b2b118 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Continuing with dynamic layout API

* Adding a `DynamicLayoutHandler` from which `FormHelper` now inherits.
It exposes the dynamic i...

github.com/django-crispy-forms/django-crispy-forms - 6bb199246052270fb757dda88d20406fd0de30bf authored over 12 years ago by Miguel Araujo Perez <[email protected]>
FormHelper can now get a Django form in its constructor

form argument is optional, if passed, a default Layout is built using
form.fields.keys() This is...

github.com/django-crispy-forms/django-crispy-forms - 81f1cdf3af9b3ab0d97802e97f6ae3a4d17455cd authored over 12 years ago by Miguel Araujo Perez <[email protected]>
inputs is an instance variable, so no need for class level definition

github.com/django-crispy-forms/django-crispy-forms - f003d68ee48aef9f46d13090774f8a2ec94bef40 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
PEP8 make up fix

github.com/django-crispy-forms/django-crispy-forms - 1c85f51d41a059f787f4192bfd16aea1dbc390e3 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Long due removing unnecessary white space in Python code

github.com/django-crispy-forms/django-crispy-forms - d18ae2a4eb203f352204615dcb6be9d7a9c5a141 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing issues with module-level template loading

See #GH-24 and #GH-58

Thanks to @niwibe for proposing this solution. The template gets loaded
o...

github.com/django-crispy-forms/django-crispy-forms - 937830ef06fe739e7755c2608c190d08eefc93ca authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Starting out an API for handling dynamic layouts

```
form.helper.layout.all().wrap(Field, css_class="hello")
form.helper.layout[1:3].wrap(Field, ...

github.com/django-crispy-forms/django-crispy-forms - 655e2291808c386e906114ce263e4ba54eb33c1f authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding `UneditableField` layout object

Redoing `Field` a little bit to override it easier. This should help
tackling use case proposed ...

github.com/django-crispy-forms/django-crispy-forms - 926a3ffdba3de7d236fb414cf55b8d4893ba2485 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing context copying

Avoid using deepcopying, instead using context private __copy__ method.

This should fix #GH-57

github.com/django-crispy-forms/django-crispy-forms - 28b636c992656d5e1303b43ef82bfd95bf2b8276 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing MultiWidget attributes

github.com/django-crispy-forms/django-crispy-forms - a029728d9c2a3b9d5a5f1090efe186fd716d7427 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a test for context pollution #GH-54

github.com/django-crispy-forms/django-crispy-forms - 1c7c2c29ceea134a32eada345b4edd071cb43a91 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG and CONTRIBUTORS for future version 1.1.5

github.com/django-crispy-forms/django-crispy-forms - 6225ce0a3f491b4eb299717be9f88144c4e42119 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Avoid turning attrs into a list

This works for multiwidget support but breaks flat_attrs support for
thing like multiple checkbo...

github.com/django-crispy-forms/django-crispy-forms - 04f4828e3e037cebca9afd7f827762aab83b8166 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a test for new layout object AppendedPrependedText

See #GH-45

github.com/django-crispy-forms/django-crispy-forms - b00c0e12bccb03f69027df2d0617305bc8d69f8a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing {% spaceless %} tags

github.com/django-crispy-forms/django-crispy-forms - 063dbc28053a4eaf424a0dfa63a0160efcfd7a12 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/ouhouhsami/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 1933bcbe70387f8da64ee7dff72e4ab044269b6d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating tests and activating runners for all

Commited a test runner with deactivated test suites

github.com/django-crispy-forms/django-crispy-forms - a60e1fc161629a488a350d8045e8392d48f06f60 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/beezz/django-crispy-forms into dev

Conflicts:
crispy_forms/utils.py

github.com/django-crispy-forms/django-crispy-forms - 45ea7269b0ea2c4ef3bb60500900aa043854d402 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding support for hiding fields using Field layout object

Field('field_name', type='hidden')

This solves issue #GH-55

When Django calls `BoundField.as_w...

github.com/django-crispy-forms/django-crispy-forms - 16d07b2e9ed95e52fa4cdda2fc453abed17ca4a0 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Avoid polluting the global template context

The node context needs to be deepcopied from context. Updates to
`context` variable affect the w...

github.com/django-crispy-forms/django-crispy-forms - 4f9c3020008abcf92080edd8628345d6a1b8cee4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Bumping version to 1.1.4

github.com/django-crispy-forms/django-crispy-forms - bf9d0bf9c092a3a816672b2693ce5a89d50f0db2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG for 1.1.4 release

github.com/django-crispy-forms/django-crispy-forms - e8465ba4e1eec9b17da5d7b3bd131ad354e54a02 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing more white space generated for bootstrap

See #GH-42

github.com/django-crispy-forms/django-crispy-forms - 61483af1d11998fe33827f45f2d84d63f3650699 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing part of the whitespace generated for bootstrap templates

See #GH-42

github.com/django-crispy-forms/django-crispy-forms - ff7d3819ed06faa261ba46b807e0d646df3c77ee authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating CONTRIBUTORS and CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - 9070a9cff8a1c1ad6bdad9ec7b2fbf46517f5882 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/rmutter/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 5c1935df6f374ba0a5b18a062caf4b788aea53e5 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Renaming UniFormNode to CrispyFormNode

github.com/django-crispy-forms/django-crispy-forms - 6d68a9368939c2cdecfbe002d7432e3097c088c2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Thread safety fix for BasicNode

Thanks to @poswald for raising the warning on this node and fixing field
node too.

github.com/django-crispy-forms/django-crispy-forms - 71abc6abab08e2ea442eab74af5fa20ec08df64a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge remote branch 'maraujop/dev' into dev

Merged in my fix for the thread safety issue with the change in SHA:e67a44419d

Conflicts:
cris...

github.com/django-crispy-forms/django-crispy-forms - f22d0be7defdcfe8eb22e206bc32578cf43fd973 authored over 12 years ago by Paul Oswald <[email protected]>
Fixed thread safety issue

See:
https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#thread-safety-considerat...

github.com/django-crispy-forms/django-crispy-forms - 51531004c5a035f20769266a9181e8cd44ed4a5e authored over 12 years ago by Paul Oswald <[email protected]>
fixes setting radio buttons checked when the choices list to a ChoiceField has non-string values

github.com/django-crispy-forms/django-crispy-forms - 5cb50d4a916d77bc9e2fbc62b049a07f17cce701 authored over 12 years ago by Rudy <[email protected]>
fixe small bootstrap layout using {% spaceless %}

github.com/django-crispy-forms/django-crispy-forms - c91954fa9ced89d9ee2ed542006f323887b51725 authored over 12 years ago by ouhouhsami <[email protected]>
add append/prepend feature for bootstrap twitter layout

github.com/django-crispy-forms/django-crispy-forms - ff9a6b83d75daf9ad867157ea0ef69cbbbc6e012 authored over 12 years ago by ouhouhsami <[email protected]>
Removed layout for address field in multiwidget test.

github.com/django-crispy-forms/django-crispy-forms - 01ea0d6a5e05edee1ea46c9ca22e0a4d3cb4c604 authored over 12 years ago by beezz <[email protected]>
Merge git://github.com/maraujop/django-crispy-forms into dev

Conflicts:
crispy_forms/templates/bootstrap/layout/appended_text.html
crispy_forms/templatetag...

github.com/django-crispy-forms/django-crispy-forms - 08108107cdd8bb0a5f7f3e93a9bbd3daded3a145 authored over 12 years ago by beezz <[email protected]>
Added MultiWidgetField layout object and tests.

github.com/django-crispy-forms/django-crispy-forms - 17a7b5fb25269a0c3450d761b7b1bda1ddaba583 authored over 12 years ago by beezz <[email protected]>
Updating CHANGELOG and CONTRIBUTORS for future version 1.1.4

github.com/django-crispy-forms/django-crispy-forms - 1c78d6cc1cc51343032be8e2103e9152128e768e authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a test for Field layout object and MultiWidget field

This tests @beezz's changes to {% crispy_field %} tag for MultiWidget subclasses.
HTML attribute...

github.com/django-crispy-forms/django-crispy-forms - f9ec42ad0af53e24c327a1141fea31711e874e73 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing indentation style

github.com/django-crispy-forms/django-crispy-forms - 6dd58b065e344f3cbf5845bbf409fb64da7636cd authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removed forgotten print

github.com/django-crispy-forms/django-crispy-forms - a9015ef19a05f72daca6bbb795c9a06a2306097e authored over 12 years ago by Michal Kuffa <beezz@T500>
If field is rendered by subclass of MultiWidget, set attrs to

sub-widgets.

Also accept `Field` argument `attrs` as iterable, which size must
be sa...

github.com/django-crispy-forms/django-crispy-forms - e67a44419d77783d8c4f940515970c7334137ad9 authored over 12 years ago by Michal Kuffa <beezz@T500>
Adding css class control-label to AppendedText and PrependedText layout objects

github.com/django-crispy-forms/django-crispy-forms - 6d2ce8c24d440094c43faa1ebef03ffb5b6d99c2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Bumping version to 1.1.3

github.com/django-crispy-forms/django-crispy-forms - 913251f5fa5589beb580b60fabc1403422eea3ec authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG and CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 0643e95e1b4f22867b5b49b0cc2b0d843b8210c1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding the possibility to set HTML attributes to Div layout object

github.com/django-crispy-forms/django-crispy-forms - 7a91f4a333573af184725f22ada014c6863cdb68 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Redoing flat attributes functionality

* Adding a flatatt function to utils.py:

{'data_id': 'test', 'id': '123'} --> ' data-id="test" ...

github.com/django-crispy-forms/django-crispy-forms - b88b4ea010484bad8f1a5de8ba5be6028a708933 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding vim temporary files to .gitignore

github.com/django-crispy-forms/django-crispy-forms - f3aabcecc321b2773f6ec77651c6da960935e999 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding tests for BaseInput HTML attributes

See #GH-32

github.com/django-crispy-forms/django-crispy-forms - d5de8cac23514b1f0fee41b05c6fe46d9a7ccc0d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/jamesmfriedman/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 93a5fded60be53a69a61952aaa9ff8f603719335 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'id_for_label' of git://github.com/izquierdo/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 0a51a36e5b2b655331df02d66bbc95f1437276ad authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'fix-for-layouts-in-dynamic-forms' of git://github.com/jeroenvloothuis/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - ea8590b5fd13901bc9aa5fa97d860953ffee5814 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Use `id_for_label` instead of `auto_id` in labels

`id_for_label` gives the intended id for field labels. `auto_id` happens
to work most of the tim...

github.com/django-crispy-forms/django-crispy-forms - 6de915cb1032d0201d250c5e40dec4fce7390408 authored over 12 years ago by Daniel Izquierdo <[email protected]>
Fix for forms with less fields on the instance than listed in Meta.fields

github.com/django-crispy-forms/django-crispy-forms - 118e910f1169fc7b57545ac40581ea9a1cd2867b authored over 12 years ago by Jeroen Vloothuis <[email protected]>
Merge commit '388b8ad3' into dev

github.com/django-crispy-forms/django-crispy-forms - ed108950f143ad07ffc919366045a82c29e4d92f authored over 12 years ago by Paul Oswald <[email protected]>
Display error messages by default when using as_crispy_field

github.com/django-crispy-forms/django-crispy-forms - 388b8ad368bf6f4e51a7ccc171fa4c65cdaffb99 authored over 12 years ago by ximi <[email protected]>
Added control-label css class for AppendedText field.

github.com/django-crispy-forms/django-crispy-forms - c065d03a6b4955854cb30f5f25665ae6196c2ec8 authored over 12 years ago by Michal Kuffa <beezz@T500>
Merge branch 'dev' of git://github.com/gaftech/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - e6c5d5d143c9a9a89beb66d00136c4ab2e4e2df2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Checking a choice in field.value using both operators == and in

{{ field.value }} can be a list or a simple value

github.com/django-crispy-forms/django-crispy-forms - a745bc09e63f7a214a8d5521f5fbe27e09b41b1e authored over 12 years ago by Miguel Araujo Perez <[email protected]>
radio select check should be == not in, or it won't work for re-editing forms

github.com/django-crispy-forms/django-crispy-forms - d13e8d2da6651d8692beebeba56a7386a27230c8 authored over 12 years ago by Christopher Petrilli <[email protected]>
Removed forgotten print

github.com/django-crispy-forms/django-crispy-forms - 79bc42deb1ba6485ad0963c9451d56a7f68d0da3 authored over 12 years ago by Michal Kuffa <beezz@T500>
If field is rendered by subclass of MultiWidget, set attrs to

sub-widgets.

Also accept `Field` argument `attrs` as iterable, which size must
be sa...

github.com/django-crispy-forms/django-crispy-forms - deebf839e144fce64130a091356ac600231f32e0 authored over 12 years ago by Michal Kuffa <beezz@T500>
HTML Attributes

Added the ability for additional kwargs to be turned into html attributes that get added to the ...

github.com/django-crispy-forms/django-crispy-forms - 3212f46c693db08d3edb4639ec59ef8bf7a2341a authored almost 13 years ago by James Friedman <[email protected]>
Rendering errors by default for |crispy filter

This fixes issue #GH-28

github.com/django-crispy-forms/django-crispy-forms - b946df50902322bcfaf29fb51968528aa0e89925 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Bumping django-crispy-forms to version 1.1.2

github.com/django-crispy-forms/django-crispy-forms - 2246c638c6ce0d3a0e198eba8ba267c089fc9ca4 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating changelog

github.com/django-crispy-forms/django-crispy-forms - 7075c5b5487262c4ed4daf462d45c33b8dba8475 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-3' of git://github.com/dbinit/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 729993c2fa941d104ef4c655524865b06855b39c authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Add missing h4 class.

github.com/django-crispy-forms/django-crispy-forms - 7875ce592e3c1348e6fa71e844de9927abcfc6a1 authored almost 13 years ago by David Bennett <[email protected]>
Merge pull request #22 from amites/dev

Fixed typo in documentation

github.com/django-crispy-forms/django-crispy-forms - fe7f808c0c41867e9c8a2e9d949eb87c01ef7159 authored almost 13 years ago by Miguel Araujo <[email protected]>
Fixed typo in documentation

github.com/django-crispy-forms/django-crispy-forms - b23e777a2f61dd05cac9bcfbf5490d0b3f493251 authored almost 13 years ago by Alvin Mites <[email protected]>
We only slugify input name if there is more than a word

This fixes issue #GH-21 in a backwards compatible way. Tests updated

github.com/django-crispy-forms/django-crispy-forms - 6bcfbb8f7a406d64a4301e2578f4f008562f8c4f authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Wrapping errors in field.html

Checkbox needs error within the label to be aligned.

github.com/django-crispy-forms/django-crispy-forms - 67f17454e2db15f90fb64e696f7123a92af9f62c authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Error message needs to be wrapped

Error messages in appended and prepended inputs needs to be wrapped in the
inner div.

github.com/django-crispy-forms/django-crispy-forms - f417efeade44e1e90f7d560ab6f8353d23f76ca4 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Update templates/bootstrap/errors_formset.html to Bootstrap 2.0.

github.com/django-crispy-forms/django-crispy-forms - 7b6df15ffaf583464d07bcce76269b5a603d340e authored almost 13 years ago by David Bennett <[email protected]>
Updating CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 0d74b2927d1d1d23393273cfe63867eae78039f1 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
bootstrap field.html handles checkbox inputs correctly

This fixes issue #GH-16

github.com/django-crispy-forms/django-crispy-forms - b627725202a4fcac0fc8556d97cb135227d35543 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating tests after @dbinit changes to templates

github.com/django-crispy-forms/django-crispy-forms - 5537aa8c9334a35aeefe58b9744a0511ce6132a6 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-2' of git://github.com/dbinit/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - e37692ede7511f3e5d1771e06eb7d9579bac6f94 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/dbinit/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 9fcc215927b4f5e12b6bb90ee1af263e7fe8c7c1 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/bitrut/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - b8502dc634ade0fdf023875f2522a8303bc3b8e8 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Fix wrong closing tag in templates/bootstrap/layout/field_errors_block.html

github.com/django-crispy-forms/django-crispy-forms - 80475c5aef2021eb60eafbb46b413c47371faa73 authored almost 13 years ago by David Bennett <[email protected]>
It's "alert-error", not "error"...

github.com/django-crispy-forms/django-crispy-forms - 338e4d9bf262f54ff93950ee1f96bef615c9de0b authored almost 13 years ago by David Bennett <[email protected]>
Update templates/bootstrap/errors.html for Bootstrap 2.0.

github.com/django-crispy-forms/django-crispy-forms - be14a4aca66911b1c66ba072ac8aac932c019026 authored almost 13 years ago by David Bennett <[email protected]>