diff options
author | alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none> | 2010-02-03 17:50:14 +0000 |
---|---|---|
committer | alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none> | 2010-02-03 17:50:14 +0000 |
commit | ef6ab92dc6217778856fcdd67931eda3b17cc97a (patch) | |
tree | 311a1da5dd45ce60b986fcf8c92355600a3e6e7d | |
parent | 25c7d558968ccc435d135045a6bbab1abfc3677d (diff) | |
download | etherpad-ef6ab92dc6217778856fcdd67931eda3b17cc97a.tar.gz etherpad-ef6ab92dc6217778856fcdd67931eda3b17cc97a.tar.xz etherpad-ef6ab92dc6217778856fcdd67931eda3b17cc97a.zip |
added *.fu-berlin.de addess notice
--HG--
extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%4027
-rw-r--r-- | etherpad/src/templates/main/pro_signup_body.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etherpad/src/templates/main/pro_signup_body.ejs b/etherpad/src/templates/main/pro_signup_body.ejs index e984878..ff35dfc 100644 --- a/etherpad/src/templates/main/pro_signup_body.ejs +++ b/etherpad/src/templates/main/pro_signup_body.ejs @@ -51,8 +51,9 @@ limitations under the License. */ %><% helpers.includeCss('pro-signup.css') %> <%= inf("email", "Email") %> </div> <div class="inputhelp"> - Instructions for choosing a password and signing in will - be emailed here. + <p>Instructions for choosing a password and signing in will + be emailed here.</p> + <p>Please use your <strong>*.fu-berlin.de</strong> address.</p> </div> <%= helpers.clearFloats() %> </div> |