Add completion page
This commit is contained in:
parent
3e0003095b
commit
54e77f72f4
5 changed files with 327 additions and 12 deletions
|
|
@ -217,13 +217,14 @@
|
|||
|
||||
<!-- Submit Button -->
|
||||
<div class="d-grid gap-2 mt-4">
|
||||
<button type="submit" class="btn btn-primary btn-lg submit-btn">
|
||||
<a
|
||||
class="btn btn-primary btn-lg submit-btn"
|
||||
href="../compliance/complete"
|
||||
>
|
||||
<i class="bi bi-check-circle"></i>
|
||||
Submit Response
|
||||
</button>
|
||||
<a href="/compliance/process" class="btn btn-outline-secondary">
|
||||
Back
|
||||
</a>
|
||||
<a class="btn btn-outline-secondary" href="process"> Back </a>
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue