templates: do not ship mellon/base.html as it can't be shared (#25524)

combo and other apps expects a different {% extends ... %} value.
This commit is contained in:
Frédéric Péters 2018-07-30 07:31:36 +02:00
parent 5db018c1d3
commit 4da715f79d
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{% extends theme_base %}
{% block extra_scripts %}
{% block mellon_extra_scripts %}
{% endblock %}
{% endblock %}
{% block content %}
{% block mellon_content %}
{% endblock %}
{% endblock %}