
    wdf                     .    d dl mZ  G d de          ZdS )    )HiddenFieldc                       e Zd ZdZd Zd ZdS )CSRFTokenFieldNc                     | j         S )z
        We want to always return the current token on render, regardless of
        whether a good or bad token was passed.
        )current_token)selfs    \/var/www/book.euthymeo.com/html/venv/lib/python3.11/site-packages/wtforms/ext/csrf/fields.py_valuezCSRFTokenField._value   s    
 !!    c                     dS )z<
        Don't populate objects with the CSRF token
        N )r   argss     r	   populate_objzCSRFTokenField.populate_obj   s	     	r   )__name__
__module____qualname__r   r
   r   r   r   r	   r   r      s7        M" " "    r   r   N)wtforms.fieldsr   r   r   r   r	   <module>r      sK    & & & & & &    [     r   