diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-16 22:10:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-16 22:10:52 +0100 |
commit | 647a9b2740f8b51c99909c7c059cad315b4661ba (patch) | |
tree | 937a6a1f488e618d239ac4d05f1141debd0141a9 /view/tpl | |
parent | 9aadcb0bd40a8f773dc164f7dadc8c238fff9954 (diff) | |
download | volse-hubzilla-647a9b2740f8b51c99909c7c059cad315b4661ba.tar.gz volse-hubzilla-647a9b2740f8b51c99909c7c059cad315b4661ba.tar.bz2 volse-hubzilla-647a9b2740f8b51c99909c7c059cad315b4661ba.zip |
section-content-info-wrapper for register text
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}} |