Skip to content

showing error message below the mailhost when dupicate mailhost is entered

Fixes #161 (closed)
@thelinuxguy merge request fixing the issue #161 (closed) . Screenshot_from_2016-12-07_14-57-03

made a second time form validation passing the error , to show the error message below the field using the django forms Validation Error. only the error message is shown by parsing the HTTP Error by taking only the reason.

Merge request reports