Projet

Général

Profil

0001-misc-fix-authenticator-var-name-31607.patch

Serghei Mihai (congés, retour 15/05), 20 mars 2019 18:14

Télécharger (898 octets)

Voir les différences:

Subject: [PATCH] misc: fix authenticator var name (#31607)

 src/authentic2/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/views.py
349 349
                redirect_field_name: redirect_to,
350 350
                'form': block['form']
351 351
        })
352
        if hasattr(frontend, 'get_context'):
352
        if hasattr(authenticator, 'get_context'):
353 353
            context.update(authenticator.get_context())
354 354
        sub_template_name = authenticator.template()
355 355
        block['content'] = render_to_string(
356
-