From 6d8afccbe6339a046fa598d3fd05f846f160e30d Mon Sep 17 00:00:00 2001 From: Claire Peters Date: Mon, 27 Nov 2023 13:44:51 -0800 Subject: [PATCH] change project invoice to project estimate --- coldfront/core/project/templates/project/project_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coldfront/core/project/templates/project/project_detail.html b/coldfront/core/project/templates/project/project_detail.html index aca77324c..46842ea22 100644 --- a/coldfront/core/project/templates/project/project_detail.html +++ b/coldfront/core/project/templates/project/project_detail.html @@ -79,7 +79,7 @@

-

Project Invoice

+

Project Estimate

{{allocations.count}}
{% if project.status.name != 'Archived' and is_allowed_to_update_project %}