summaryrefslogtreecommitdiff
path: root/tests/forms_tests/templates
AgeCommit message (Expand)Author
2025-01-17Fixed invalid HTML in test templates.Thibaut Decombe
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-09-29Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-01-21Changed `action="."` to `action=""` in tests and docs.Luke Plant
2013-03-11Removed forced settings in runtestsClaude Paroz
2013-02-26Renamed a template to be found by the loaders.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner