Skip to content

Commit 1bb7649

Browse files
committed
Merge branch 'enhancement/add-reviews-project-form-export' into test
2 parents e8f89e2 + 59468a5 commit 1bb7649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypha/apply/projects/views/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,7 @@ def get(self, request, *args, **kwargs):
18531853
context = {}
18541854
context["sow_data"] = self.get_sow_data_with_field(self.object)
18551855
context["org_name"] = settings.ORG_LONG_NAME
1856+
context["id"] = self.object.id
18561857
context["title"] = self.object.title
18571858
context["project_link"] = self.request.build_absolute_uri(
18581859
reverse("apply:projects:detail", kwargs={"pk": self.object.id})
@@ -1973,7 +1974,6 @@ def get_paf_download_context(self):
19731974

19741975
context["approvals"] = self.object.paf_approvals.all()
19751976
context["paf_data"] = self.get_paf_data_with_field(self.object)
1976-
context["sow_data"] = self.get_sow_data_with_field(self.object)
19771977
context["submission"] = self.object.submission
19781978
context["submission_link"] = self.request.build_absolute_uri(
19791979
reverse(

0 commit comments

Comments
 (0)