Projet

Général

Profil

0002-wip-set-is_hidden-on-widget.patch

Benjamin Dauvergne, 22 janvier 2021 09:40

Télécharger (707 octets)

Voir les différences:

Subject: [PATCH 2/3] wip: set is_hidden on widget

 src/authentic2/forms/honeypot.py | 1 +
 1 file changed, 1 insertion(+)
src/authentic2/forms/honeypot.py
23 23

  
24 24
class HoneypotInput(CheckboxInput):
25 25
    template_name = 'authentic2/honeypot_input.html'
26
    is_hidden = True
26 27

  
27 28

  
28 29
class HoneypotForm(Form):
29
-