Add contact page in compliance flow
This commit is contained in:
parent
06345099eb
commit
095ab828b6
4 changed files with 187 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue