From e28ec89721ea1110c70500189f96bb651ca5687f Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 15 Feb 2018 18:01:43 +0000 Subject: [PATCH] update the template base for the detail page --- .../funds/templates/funds/applicationsubmission_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html index a540af5bc..913043c11 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_detail.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_detail.html @@ -1,4 +1,4 @@ -{% extends "base-admin.html" %} +{% extends "base-apply.html" %} {% block content %} <div class="wrapper wrapper--breakout wrapper--admin"> -- GitLab