Skip to content

Commit 93a6fc4

Browse files
feat: add chat link to registerComplete next steps
1 parent 50bef00 commit 93a6fc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

html-templates/register/registerComplete.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
{if $.request.return}
1919
<li><a href="{$.request.return|escape}">{"Continue back to %s"|_|sprintf:$.request.return|escape}</a></li>
2020
{/if}
21+
22+
{if Laddr::$chatLinker}
23+
<li><a href="/chat">{_ "Join the community chatrooms"}</a></li>
24+
{/if}
25+
2126
<li><a href="/profile">{_ "Fill out your profile and upload a photo"}</a></li>
2227
</ul>
2328
</p>

0 commit comments

Comments
 (0)