Form for key addition.
More...
Static Public Attributes |
tuple | key |
tuple | name |
Detailed Description
Form for key addition.
Definition at line 47 of file key.py.
Member Data Documentation
tuple src.wi.forms.key.AddKeyForm.key |
|
static |
Initial value:forms.CharField(widget=forms.Textarea(attrs=dict(attrs_dict, maxlength=4100, rows=3, cols=20)),
label=_('Public key (UNIX format)'))
Definition at line 50 of file key.py.
tuple src.wi.forms.key.AddKeyForm.name |
|
static |
Initial value:forms.CharField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=45)),
label=_('Name'))
Definition at line 48 of file key.py.
The documentation for this class was generated from the following file: