Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program Specific Audits Guide Links #4552

Merged
merged 4 commits into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion backend/audit/templates/audit/audit-info-form.html
Original file line number Diff line number Diff line change
@@ -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>
8 changes: 6 additions & 2 deletions backend/audit/templates/audit/upload-report.html
Original file line number Diff line number Diff line change
@@ -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>