From 4e3fc9ea96ec639696fdde81d4f3fabbdb9fb7e6 Mon Sep 17 00:00:00 2001 From: James Person Date: Wed, 18 Dec 2024 13:05:28 -0500 Subject: [PATCH] Program Specific Audits Guide Links (#4552) * Add program specific audit guide links * Whitespace, link class * Remove unhelpful comments * Oops all audit info: updated link for PDF upload --- backend/audit/templates/audit/audit-info-form.html | 7 ++++++- backend/audit/templates/audit/upload-report.html | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/backend/audit/templates/audit/audit-info-form.html b/backend/audit/templates/audit/audit-info-form.html index b589c43189..8cefacffac 100644 --- a/backend/audit/templates/audit/audit-info-form.html +++ b/backend/audit/templates/audit/audit-info-form.html @@ -3,9 +3,14 @@ {% block content %}
- {% 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..6d7e11d50e 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -3,11 +3,15 @@ {% block content %}
- {% comment %} {% include "../sidenav.html" %} {% endcomment %}

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.