Fix include of base.html in mellon/base.html

This commit is contained in:
Benjamin Dauvergne 2015-03-18 10:43:36 +01:00
parent 50c3d544d4
commit c8cad9b814
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "mellon/base.html" %}
{% extends "base.html" %}
{% block extra_scripts %}
{% block mellon_extra_scripts %}