basic version of ValidationMixin, register page getting more functional

This commit is contained in:
Edin Dazdarevic
2015-02-23 21:30:06 +01:00
parent 9c152e8adb
commit e1bba9d8db
4 changed files with 174 additions and 23 deletions

View File

@@ -21,3 +21,7 @@ body {
display: inline-block;
}
.error-message {
color: red;
}