Fix: Remove field_class from div-wrapper in FormActions#196
Fix: Remove field_class from div-wrapper in FormActions#196SnejPro wants to merge 5 commits intodjango-crispy-forms:mainfrom
Conversation
|
The failed test is not because of my changes when my interpretation of the test results is correct? |
I'm not at my desk but looking seeing that the failing test is to do with formactions I would say that it is related. |
Adding trailing space
I think i got the testing right now :) |
@smithdc1 Was the test successful? Sry, I'm not that familiar with github testing. |
|
I'm experiencing the same issue and I agree with @SnejPro the field_class in the wrapper div should be removed because FormAction is suposed to wrap fields. See #144 for the discussion around that. |
Problem:
{{ field_class }}in the div-wrapper in FormActionsCurrent state:

With my fix:
