From 518f4ef88b33d9eaee752d95e9bc78ceabe83350 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Wed, 4 Feb 2026 17:44:34 +0000 Subject: [PATCH] Hide django sidebar by default in recap screen --- backend/reviews/templates/grants-recap.html | 12 +++++++++++- backend/reviews/templates/proposals-recap.html | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) 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 %}