Commit Graph

3 Commits (c008911249a2fc0efaf22b83e51ea8510e67acac)

Author SHA1 Message Date
Eugen Rochko 400397c0c7
Change HTML validator to ignore all errors except unmatched tags ()
ThibG 0c46bd11aa Fix HTML validation ()
* Fix HTML validation

* Report first HTML error instead on validation error
Eugen Rochko 555c4e11ba
Add validations to admin settings ()
* Add validations to admin settings

- Validate correct HTML markup
- Validate presence of contact username & e-mail
- Validate that all usernames are valid
- Validate that enums have expected values

* Fix code style issue

* Fix tests