Skip to content

Commit

Permalink
Program Specific Audits Guide Links (#4552)
Browse files Browse the repository at this point in the history
* Add program specific audit guide links

* Whitespace, link class

* Remove unhelpful comments

* Oops all audit info: updated link for PDF upload
  • Loading branch information
jperson1 authored Dec 18, 2024
1 parent d231bda commit 4e3fc9e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion backend/audit/templates/audit/audit-info-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
{% block content %}
<div class="grid-container margin-top-6">
<div class="grid-col grid-gap">
{% comment %} {% include "../sidenav.html" %} {% endcomment %}
<div>
<h1>Audit information</h1>
<p>For those completing program-specific audits, please refer to
<a class="usa-link"
href="https://support.fac.gov/hc/en-us/articles/32670960276365-Program-specific-audits-how-to-complete-the-Audit-Information-form"
target="_blank"
rel="noopener noreferrer">this guide</a>.
</p>
<p>
<abbr title="required" class="usa-hint usa-hint--required">*</abbr> Indicates a required field.
</p>
Expand Down
8 changes: 6 additions & 2 deletions backend/audit/templates/audit/upload-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
{% block content %}
<div class="grid-container margin-y-6">
<div class="grid-col grid-gap">
{% comment %} {% include "../sidenav.html" %} {% endcomment %}
<div>
<h1>Upload single audit report package</h1>
<p>
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
<a class="usa-link"
href="https://support.fac.gov/hc/en-us/articles/32700168226445-Program-specific-audits-how-to-upload-the-Audit-report-PDF"
target="_blank"
rel="noopener noreferrer">this guide</a>.
</p>
{% if form.errors %}
<span class="usa-error-message" role="alert">There were errors when attempting to submit the form. Scroll down for more details.</span>
Expand Down

0 comments on commit 4e3fc9e

Please sign in to comment.