fixed buttons
This commit is contained in:
parent
3c3ca3e7a7
commit
2f913e40b8
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<form class="form-horizontal" action="/consent" method="post">
|
||||
<input type="hidden" name="token" value="{{.Token}}">
|
||||
<input type="hidden" name="consent_challenge" value="{{.Data.ConsentChallenge}}">
|
||||
<button class="btn btn-sm btn-primary" type="submit" name="Approve">Approve</button>
|
||||
<button class="btn btn-sm btn-primary" type="submit" name="Reject">Reject</button>
|
||||
<button class="btn btn-sm btn-success" type="submit" name="consent" value="approve">Approve</button>
|
||||
<button class="btn btn-sm btn-danger" type="submit" name="consent" value="reject">Reject</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue