Projet

Général

Profil

0001-auth_saml-add-missing-mellon-base-template-33743.patch

Thomas Noël, 06 juin 2019 12:07

Télécharger (912 octets)

Voir les différences:

Subject: [PATCH] auth_saml: add missing mellon base template (#33743)

 src/authentic2_auth_saml/templates/mellon/base.html | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 src/authentic2_auth_saml/templates/mellon/base.html
src/authentic2_auth_saml/templates/mellon/base.html
1
{% extends "authentic2/base.html" %}
2

  
3
{% block extrascripts %}
4
  {{ block.super }}
5
  {% block mellon_extra_scripts %}
6
  {% endblock %}
7
{% endblock %}
8

  
9
{% block content %}
10
  {% block mellon_content %}
11
  {% endblock %}
12
{% endblock %}
0
-