hawat.blueprints.auth_env.forms module

This module contains custom user account registration form for Hawat.

class hawat.blueprints.auth_env.forms.RegisterUserAccountForm(*args, **kwargs)[source]

Bases: BaseUserAccountForm

Class representing user account registration form.

justification = <UnboundField(TextAreaField, (l'Justification:',), {'validators': [<wtforms.validators.DataRequired object>, <wtforms.validators.Length object>]})>
memberships_wanted = <UnboundField(QuerySelectMultipleField, (l'Requested group memberships:',), {'query_factory': <function get_available_groups>})>