fix: Use root url for home button on client page
All checks were successful
Build Docker / Build Docker (push) Successful in 28s
All checks were successful
Build Docker / Build Docker (push) Successful in 28s
This commit is contained in:
parent
4b0bf2fd8a
commit
b60f0f2074
@ -121,7 +121,7 @@
|
||||
|
||||
<br>
|
||||
<a href="{{url_for('.delete_client',client_id=id)}}" class="button">Delete Client</a>
|
||||
<a href="{{url_for('.index')}}" class="button">Back to Home</a>
|
||||
<a href="/" class="button">Back to Home</a>
|
||||
|
||||
<div style="position: fixed; bottom: 0; width: 100%; text-align: center; background-color: #333; padding: 10px;">
|
||||
Powered by <a href="https://auth.varo.domains/implement" target="_blank">Varo Auth</a>, <a href="https://hns.id/"
|
||||
|
Loading…
Reference in New Issue
Block a user