ship with base mellon template, required for error handling (#27132)

This commit is contained in:
Frédéric Péters 2018-10-09 11:14:00 +02:00
parent b53a421dbb
commit 6732fca7ae
1 changed files with 11 additions and 0 deletions

View File

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