Add contact page in compliance flow

This commit is contained in:
Eli Ribble 2026-04-03 03:43:55 +00:00
parent 06345099eb
commit 095ab828b6
No known key found for this signature in database
4 changed files with 187 additions and 4 deletions

View file

@ -308,12 +308,10 @@
<!-- Navigation Buttons -->
<div class="d-flex gap-2 mt-4">
<a href="/compliance/photos" class="btn btn-outline-secondary">
<a href="../compliance/evidence" class="btn btn-outline-secondary">
Back
</a>
<button type="submit" class="btn btn-primary flex-grow-1">
Continue
</button>
<a class="btn btn-primary flex-grow-1" href="contact"> Continue </a>
</div>
</form>
</main>