diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-17 18:27:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-17 18:27:45 -0800 |
commit | 62e3083f23283d59c8e76c1bd8ccb2a07403551c (patch) | |
tree | 937a6a1f488e618d239ac4d05f1141debd0141a9 /view/tpl | |
parent | 05f9f0a393d7e414481f3e33e651d33f341e59b0 (diff) | |
parent | 647a9b2740f8b51c99909c7c059cad315b4661ba (diff) | |
download | volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.gz volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.tar.bz2 volse-hubzilla-62e3083f23283d59c8e76c1bd8ccb2a07403551c.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/register.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 493dba4c8..335d5f979 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -12,7 +12,9 @@ {{/if}} {{if $registertext}} - <div id="register-text" class="descriptive-paragraph">{{$registertext}}</div> + <div class="section-content-info-wrapper"> + <div id="register-text" class="descriptive-paragraph">{{$registertext}}</div> + </div> {{/if}} {{if $invitations}} |