
    =f                     d    d dl mZ ddlmZ d dlmZmZ d dlmZ  G d de      Z	 G d d	e      Z
y
)    )forms   )User_Profile)UserChangeFormPasswordChangeForm)password_validationc                        e Zd Z G d d      Zy)Update_Profile_Formc                   B   e Zd ZeZg dZ ej                  ddd       ej                  ddd       ej                  ddd       ej                  ddd       ej                  ddi       ej                  dddd	       ej                  ddi      d
Z
y)Update_Profile_Form.Meta)profile_pic
first_name	last_nameemailphone	job_titleaddressorganisationform-controlrequired)classr   attrsr         )r   rowscols)r   r   r   r   r   r   r   N)__name__
__module____qualname__r   modelfieldsr   
EmailInput	TextInputTextareawidgets     <C:\Users\admin\Desktop\projects\Document-sign\myapp\forms.pyMetar      s    n$E$$Nj+YZ(R\/]^'~Q[.\]#EOO>Z*XY'w~.FG$ennN1VW+XY*5??'.1IJ
r(   r*   N)r   r   r    r*   r'   r(   r)   r
   r
      s    
 
r(   r
   c            
       $   e Zd Z ej                  dd ej
                  dddd            Z ej                  d	d ej
                  d
dd       ej                               Z	 ej                  dd ej
                  d
dd            Z
y)ChangePasswordFormzOld PasswordFzcurrent-passwordTr   )autocomplete	autofocusr   r   )labelstripwidgetzNew Passwordznew-password)r-   r   )r/   r0   r1   	help_textzConfirm New PasswordN)r   r   r    r   	CharFieldPasswordInputold_passwordr   "password_validators_help_text_htmlnew_password1new_password2r'   r(   r)   r,   r,      s    "5??.ObuObOb#5$P^_Pa bL#EOO>%PcPUPcPc#1>JQLL)LLNPM $EOO+A%XkX]XkXk#1>JYL MMr(   r,   N)djangor   modelsr   django.contrib.auth.formsr   r   django.contrib.authr   r
   r,   r'   r(   r)   <module>r=      s,       G 3
. 
M+ Mr(   