all repos — flounder @ 2c6b5d4d16cd40d186ea8c4a0640a2b7ac67c23f

A small site builder for the Gemini protocol

Slight frontend cleanup
alex wennerberg alex@alexwennerberg.com
Tue, 29 Dec 2020 16:24:31 -0800
commit

2c6b5d4d16cd40d186ea8c4a0640a2b7ac67c23f

parent

997dff1f2a7f48e1875847e96cac27da488e5c26

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M templates/me.htmltemplates/me.html

@@ -4,7 +4,7 @@ {{template "nav.html" .}}

<form action="/me" method="post"> <div> <label for="username">Username</label><br> - <em>Note: renaming your account will cause links to your pages to break</em> + <div class="footer">Note: renaming your account will cause links to your pages to break</div> <input id="username" name="username"

@@ -14,7 +14,7 @@ value="{{.AuthUser.Username}}"

/> </div> <div> - <label for="email">Email</label> + <label for="email">Email</label><br> <input id="email" name="email" size="64" type="text" value="{{.Email}}" /> </div> <div class="error">{{ range .Errors}}{{.}}<br>{{end}} </div>