heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs

trust.html (353B)


      1 $def with (trustform, trustedlist)
      2 <div id="container">
      3     <br>
      4     <h3>TRUST</h3>
      5     <div id="trust">
      6     <form method="POST">
      7     $:trustform.render()
      8     </form>
      9     <br>
     10     $for t in trustedlist:
     11         $t['servername'] $t['user'] <a href='trust?remove=$t['servername']'>remove</a>
     12         <br>
     13     <br>
     14     <br>
     15     <a href='/'>back</a>
     16 </div>