summaryrefslogtreecommitdiff
path: root/tests/templates/login.html
AgeCommit message (Expand)Author
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-07-11Fixed rendering of form errors in tests/templates/login.html.Samir Shah
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
2006-09-02Refs #2333 - Added model test for the test Client. Russell Keith-Magee