summaryrefslogtreecommitdiff
path: root/tests/templates/form_view.html
AgeCommit message (Expand)Author
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2016-01-21Changed `action="."` to `action=""` in tests and docs.Luke Plant
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee