Commit 03ac0f50 authored by Michal Čihař's avatar Michal Čihař

Merge branch 'master' into bootstrap

parents 0646d443 0dae344a
......@@ -147,7 +147,7 @@ class RegistrationTest(TestCase, RegistrationTestMixin):
)
self.assertContains(
response,
'Ensure this value has at least 5 characters (it has 1).'
'Ensure this value has at least 4 characters (it has 1).'
)
def test_wrong_mail(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment