commit 38eac5f5c8548c4efc4fb66288cd0b9fa155c85f parent fc465cd5f56c55fc849f0235b2e9c4029a7221c4 Author: rbckman <rob@tarina.org> Date: Sat, 8 Aug 2026 01:35:49 +0300 trust Diffstat:
| A | html/trust.html | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/html/trust.html b/html/trust.html @@ -0,0 +1,12 @@ +$def with (trustform, trustedlist) +<div id="container"> + <br> + <h3>TRUST</h3> + <div id="trust"> + <form method="POST"> + $:trustform.render() + </form> + <br> + $for t in trustedlist: + t['servername'] t['user'] t['password'] +</div>