a
    N8a                     @   s<   d Z ddlmZ ddlmZ ddlmZ G dd deZdS )z
Definition of forms.
    )forms)AuthenticationForm)ugettext_lazyc                   @   sH   e Zd ZdZejdeddddZejede	ddddZ
d	S )
BootstrapAuthenticationFormz,Authentication form which uses boostrap CSS.   zform-controlz	User name)classplaceholder)
max_lengthwidgetPassword)labelr
   N)__name__
__module____qualname____doc__r   	CharField	TextInputusername_PasswordInputpassword r   r   "E:\NEWAFireInfo\NEWA_Main\forms.pyr   	   s   
r   N)	r   djangor   django.contrib.auth.formsr   django.utils.translationr   r   r   r   r   r   r   <module>   s   