From c8cad9b814ef95148a53b1821a49634061964852 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 18 Mar 2015 10:43:36 +0100 Subject: [PATCH] Fix include of base.html in mellon/base.html --- mellon/templates/mellon/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mellon/templates/mellon/base.html b/mellon/templates/mellon/base.html index 0d30981..bfa03f4 100644 --- a/mellon/templates/mellon/base.html +++ b/mellon/templates/mellon/base.html @@ -1,4 +1,4 @@ -{% extends "mellon/base.html" %} +{% extends "base.html" %} {% block extra_scripts %} {% block mellon_extra_scripts %}