From c916cb41877aa9b529e5e72145f9795e0cf3a251 Mon Sep 17 00:00:00 2001 From: James Person Date: Mon, 16 Dec 2024 13:48:45 -0500 Subject: [PATCH 1/4] Add program specific audit guide links --- backend/audit/templates/audit/audit-info-form.html | 7 +++++++ backend/audit/templates/audit/upload-report.html | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/backend/audit/templates/audit/audit-info-form.html b/backend/audit/templates/audit/audit-info-form.html index b589c43189..1ca3d1d11b 100644 --- a/backend/audit/templates/audit/audit-info-form.html +++ b/backend/audit/templates/audit/audit-info-form.html @@ -6,6 +6,13 @@ {% comment %} {% include "../sidenav.html" %} {% endcomment %}

Audit information

+ +

For those completing program-specific audits, please refer to + this guide. +

+

* Indicates a required field.

diff --git a/backend/audit/templates/audit/upload-report.html b/backend/audit/templates/audit/upload-report.html index 2b32ee85f3..abaf589621 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -7,7 +7,11 @@

Upload single audit report package

- All components of the audit report package must be merged into a single PDF file and meet the uniform guidelines below. For more information on PDF formatting, please review our PDF guidelines. + All components of the audit report package must be merged into a single PDF file and meet the uniform guidelines below. For more information on PDF formatting, please review our PDF guidelines. + For those completing program-specific audits, please refer to + this guide.

{% if form.errors %} There were errors when attempting to submit the form. Scroll down for more details. From 571c01d764dfaca111badbc3a3f11676a19caa8b Mon Sep 17 00:00:00 2001 From: James Person Date: Mon, 16 Dec 2024 13:49:44 -0500 Subject: [PATCH 2/4] Whitespace, link class --- backend/audit/templates/audit/audit-info-form.html | 5 ++--- backend/audit/templates/audit/upload-report.html | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/audit/templates/audit/audit-info-form.html b/backend/audit/templates/audit/audit-info-form.html index 1ca3d1d11b..69c9404837 100644 --- a/backend/audit/templates/audit/audit-info-form.html +++ b/backend/audit/templates/audit/audit-info-form.html @@ -6,13 +6,12 @@ {% comment %} {% include "../sidenav.html" %} {% endcomment %}

Audit information

-

For those completing program-specific audits, please refer to - this guide.

-

* Indicates a required field.

diff --git a/backend/audit/templates/audit/upload-report.html b/backend/audit/templates/audit/upload-report.html index abaf589621..227dc2ced6 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -9,7 +9,8 @@

Upload single audit report package

All components of the audit report package must be merged into a single PDF file and meet the uniform guidelines below. For more information on PDF formatting, please review our PDF guidelines. For those completing program-specific audits, please refer to - this guide.

From 06cff6528c7b25ff7a59de29830cc960eee56a94 Mon Sep 17 00:00:00 2001 From: James Person Date: Mon, 16 Dec 2024 13:51:16 -0500 Subject: [PATCH 3/4] Remove unhelpful comments --- backend/audit/templates/audit/audit-info-form.html | 1 - backend/audit/templates/audit/upload-report.html | 1 - 2 files changed, 2 deletions(-) diff --git a/backend/audit/templates/audit/audit-info-form.html b/backend/audit/templates/audit/audit-info-form.html index 69c9404837..8cefacffac 100644 --- a/backend/audit/templates/audit/audit-info-form.html +++ b/backend/audit/templates/audit/audit-info-form.html @@ -3,7 +3,6 @@ {% block content %}
- {% comment %} {% include "../sidenav.html" %} {% endcomment %}

Audit information

For those completing program-specific audits, please refer to diff --git a/backend/audit/templates/audit/upload-report.html b/backend/audit/templates/audit/upload-report.html index 227dc2ced6..ea454790b3 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -3,7 +3,6 @@ {% block content %}

- {% comment %} {% include "../sidenav.html" %} {% endcomment %}

Upload single audit report package

From 3531467a69eefea5127289193d68c15828b795e9 Mon Sep 17 00:00:00 2001 From: James Person Date: Mon, 16 Dec 2024 14:12:59 -0500 Subject: [PATCH 4/4] Oops all audit info: updated link for PDF upload --- backend/audit/templates/audit/upload-report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/audit/templates/audit/upload-report.html b/backend/audit/templates/audit/upload-report.html index ea454790b3..6d7e11d50e 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -9,7 +9,7 @@

Upload single audit report package

All components of the audit report package must be merged into a single PDF file and meet the uniform guidelines below. For more information on PDF formatting, please review our PDF guidelines. For those completing program-specific audits, please refer to this guide.