summaryrefslogtreecommitdiff
path: root/got/login.got
blob: 546d2e395f2e5bb39e7c394daeaaebb4adc41a01 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- -*- Mode: HTML -*- -->
{{if neq .url ""}}
<p>You must log in to do that.</p>
{{endif}}
<form method="POST" enctype="multipart/form-data">
  <input type="hidden" name="_method" value="PUT">
  <label>Username: <input type="text" name="userid" /></label>
  <label>Password: <input type="password" name="password" /></label>
  <input type="submit" value="Save">
</form>