Commit f8893e9c by Will Daly

Updated custom response documentation

parent 82651814
......@@ -105,7 +105,7 @@ succeeded. The check function can return any of the following:
* A dictionary of the form: ``{ 'ok': True, 'msg': 'Message' }``
If the dictionary's value for ``ok`` is set to ``True``, all inputs are
marked correct; if it is set to ``False``, all inputs are marked incorrect.
The ``msg`` is displayed beneath the first input, and it may contain
The ``msg`` is displayed beneath all inputs, and it may contain
XHTML markup.
* A dictionary of the form
......
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