Projet

Général

Profil

0001-auth_saml-define-templates-base-page-40350.patch

Serghei Mihai, 22 juin 2020 14:30

Télécharger (790 octets)

Voir les différences:

Subject: [PATCH] auth_saml: define templates base page (#40350)

 src/authentic2_auth_saml/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2_auth_saml/urls.py
17 17
from django.conf.urls import url, include
18 18

  
19 19
urlpatterns = [url(r'^accounts/saml/', include('mellon.urls'),
20
                   kwargs={'mellon_template_prefix': 'authentic/base.html'})]
20
                   kwargs={'template_base': 'authentic/base.html'})]
21
-