auth_saml: add missing mellon base template (#33743)

This commit is contained in:
Thomas NOËL 2019-06-06 12:07:00 +02:00
parent 4d18e9dfa2
commit a083fb5367
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{% extends "authentic2/base.html" %}
{% block extrascripts %}
{{ block.super }}
{% block mellon_extra_scripts %}
{% endblock %}
{% endblock %}
{% block content %}
{% block mellon_content %}
{% endblock %}
{% endblock %}