summaryrefslogtreecommitdiff
path: root/tpls/register.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/register.tpl')
-rw-r--r--tpls/register.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tpls/register.tpl b/tpls/register.tpl
index a6e0c38..2fab714 100644
--- a/tpls/register.tpl
+++ b/tpls/register.tpl
@@ -5,12 +5,12 @@
<div class="success">{{.Success}}</div>
{{else}}
{{if .Error}}<div class="error">{{.Error}}</div>{{end}}
- <form action="/register" method="post" accept-charset="UTF-8">
- <p><strong>E-Mail:</strong> <input type="text" name="Mail" /></p>
- <p><strong>Password:</strong> <input type="password" name="Password" /></p>
- <p><strong>Retype Password:</strong> <input type="password" name="RetypePassword" /></p>
+ <form action="/register" method="post" accept-charset="UTF-8" class="fancy">
+ <p><strong>E-Mail</strong><br /><input type="text" name="Mail" /></p>
+ <p><strong>Password</strong><br /><input type="password" name="Password" /></p>
+ <p><strong>Retype Password</strong><br /><input type="password" name="RetypePassword" /></p>
<p>
- <strong>Timezone:</strong>
+ <strong>Timezone</strong><br />
<select size="0" name="Timezone">
{{range .Timezones}}<option value="{{.}}">{{.}}</option>{{end}}
</select>