blob: f0f93d9e73b399759de589411f50dc4afe82156a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
hellow
{{ define "content" }}
<form action="/rename" method="post" class="rename-form">
<label for="username">not your name? change it:</label>
<input id="username" name="username" value="{{ .User.Username }}" maxlength="24">
<button type="submit">rename</button>
</form>
{{ end }}
|