Form for network creation.
More...
Static Public Attributes |
tuple | mask |
tuple | name |
Detailed Description
Form for network creation.
Definition at line 38 of file network.py.
Member Data Documentation
tuple src.wi.forms.network.CreateNetworkForm.mask |
|
static |
Initial value:forms.IntegerField(max_value=29,
min_value=16,
label=_('Network mask'))
Definition at line 42 of file network.py.
tuple src.wi.forms.network.CreateNetworkForm.name |
|
static |
Initial value:forms.CharField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=45)),
label=_('Network name'))
Definition at line 39 of file network.py.
The documentation for this class was generated from the following file: