render(name, value, attrs=None)
[source]
Returns HTML for the widget, as a Unicode string. This method must be implemented by the subclass, otherwise NotImplementedError
will be raised.
The ‘value’ given is not guaranteed to be valid input, therefore subclass implementations should program defensively.
Please login to continue.