diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-12 16:41:09 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-12 16:41:09 -0700 |
commit | 7991db14be2078aacc4f731214c36e3fa3c6c507 (patch) | |
tree | 89427a30f32a4d8e46da0c3a4ab8adba8dcfab8a /view/tpl | |
parent | bcaa0dacdf94670401c3eedf1e648415d2c3ed06 (diff) | |
download | volse-hubzilla-7991db14be2078aacc4f731214c36e3fa3c6c507.tar.gz volse-hubzilla-7991db14be2078aacc4f731214c36e3fa3c6c507.tar.bz2 volse-hubzilla-7991db14be2078aacc4f731214c36e3fa3c6c507.zip |
hubzilla issue #1045 - display pubsites link in info area if invite only
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/register.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 335d5f979..33ca46ba1 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -18,9 +18,6 @@ {{/if}} {{if $invitations}} - <div class="section-content-info-wrapper"> - <div id="register-invite-desc" class="descriptive-paragraph">{{$invite_desc}}</div> - </div> {{include file="field_input.tpl" field=$invite_code}} {{/if}} |