From: Guillaume Pellerin Date: Mon, 5 Dec 2016 09:34:18 +0000 (+0100) Subject: Fix blocks in 500 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=51c294ab6f7a0a3bdafab4c663d7d8d510bed62a;p=mezzo.git Fix blocks in 500 --- diff --git a/app/templates/agenda/confirmation.html b/app/templates/agenda/confirmation.html index 2fbf94b6..7e322187 100644 --- a/app/templates/agenda/confirmation.html +++ b/app/templates/agenda/confirmation.html @@ -1,4 +1,3 @@ - {% extends "pages/page.html" %} {% load i18n mezzanine_tags keyword_tags pages_tags organization_tags %} diff --git a/app/templates/errors/500.html b/app/templates/errors/500.html index d2f3fc4c..2eaca3f4 100644 --- a/app/templates/errors/500.html +++ b/app/templates/errors/500.html @@ -17,10 +17,6 @@ {% endblock %} -{% extends "pages/page.html" %} - -{% load i18n %} - {% block page_class %} custompage {% endblock %}