diff options
author | redmatrix <git@macgirvin.com> | 2016-02-16 18:15:40 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-16 18:15:40 -0800 |
commit | 0a1021537129bdef5bf16d5a5fdbcae92a84f494 (patch) | |
tree | 5aa5053d982333958e8caf4be8f3da7f24c0151e /view/tpl/register.tpl | |
parent | 28a593e1ce9e715195ffc4e6bdd86fe1ad6b85e0 (diff) | |
parent | f738902107b118e8edb444e4bec2f98b7c5ea97a (diff) | |
download | volse-hubzilla-0a1021537129bdef5bf16d5a5fdbcae92a84f494.tar.gz volse-hubzilla-0a1021537129bdef5bf16d5a5fdbcae92a84f494.tar.bz2 volse-hubzilla-0a1021537129bdef5bf16d5a5fdbcae92a84f494.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/register.tpl')
-rwxr-xr-x | view/tpl/register.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index b72e069c3..857b5e984 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -66,6 +66,7 @@ <label for="newchannel-nickname" id="label-newchannel-nickname" class="register-label" >{{$label_nick}}</label> <input type="text" name="nickname" id="newchannel-nickname" class="register-input" value="{{$nickname}}" /> <div id="nick-spinner"></div> + <div id="newchannel-nick-desc" class="descriptive-paragraph" style="text-align: right;">{{$nick_hub}}</div> <div id="newchannel-nickname-feedback" class="register-feedback"></div> <div id="newchannel-nickname-end" class="register-field-end"></div> |