Fixes in docstrings
This commit is contained in:
parent
c91de6863a
commit
1281e385a8
2 changed files with 46 additions and 3 deletions
|
|
@ -39,6 +39,7 @@ class BaseForm:
|
|||
self.field=None
|
||||
self.required=False
|
||||
self.txt_error=''
|
||||
self.error=False
|
||||
self.name_field_id=self.name+'_form'
|
||||
self.help=''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue