aboutsummaryrefslogtreecommitdiffstats
path: root/view/register.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-03 19:05:07 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-03 19:05:07 -0700
commit6af2a79e9078656f89ff68048ae460c3e1f27332 (patch)
tree3f7393422793af2fa36dfc93cd696ecc667bccc7 /view/register.tpl
parent8f7e81a8b31aa8d734d9fe014ecdb7d2a13301d2 (diff)
downloadvolse-hubzilla-6af2a79e9078656f89ff68048ae460c3e1f27332.tar.gz
volse-hubzilla-6af2a79e9078656f89ff68048ae460c3e1f27332.tar.bz2
volse-hubzilla-6af2a79e9078656f89ff68048ae460c3e1f27332.zip
fix rego page
Diffstat (limited to 'view/register.tpl')
-rw-r--r--view/register.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/view/register.tpl b/view/register.tpl
index 29da2194b..441015bd0 100644
--- a/view/register.tpl
+++ b/view/register.tpl
@@ -1,7 +1,9 @@
<h3>Registration</h3>
<form action="register" method="post" >
- <div class="error-message">$registertext</div>
+
+ $registertext
+
<div id="register-name-wrapper" >
<label for="register-name" id="label-register-name" >Your Full Name (e.g. Joe Smith): </label>
<input type="text" maxlength="60" size="32" name="username" id="register-name" value="" >
@@ -16,8 +18,8 @@
<div id="register-email-end" ></div>
<p id="register-nickname-desc" >
- You will use a unique nickname to identify yourself in our social network. This must begin with a text character.
- Your profile identifier will then be '<strong>nickname@$sitename</strong>'.
+ Choose a profile nickname. This must begin with a text character.
+ Your global profile locator will then be '<strong>nickname@$sitename</strong>'.
</p>
<div id="register-nickname-wrapper" >
<label for="register-nickname" id="label-register-nickname" >Choose a nickname: </label>