diff --git a/backend/reviews/templates/grants-recap.html b/backend/reviews/templates/grants-recap.html index 4dd7b33449..7c2d883b7e 100644 --- a/backend/reviews/templates/grants-recap.html +++ b/backend/reviews/templates/grants-recap.html @@ -1,5 +1,15 @@ {% extends "admin/base_site.html" %} {% load i18n %} {% load markdownify %} -{% load localize countryname get_item %} {% block breadcrumbs %} +{% load localize countryname get_item %} +{% block extrahead %} +{{ block.super }} + +{% endblock %} +{% block breadcrumbs %}