add base template for django-mellon error pages (#25529)

This commit is contained in:
Frédéric Péters 2018-07-30 08:07:00 +02:00
parent 0f34cd204c
commit 62373ee374
1 changed files with 12 additions and 0 deletions

View File

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