We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bef00 commit 93a6fc4Copy full SHA for 93a6fc4
html-templates/register/registerComplete.tpl
@@ -18,6 +18,11 @@
18
{if $.request.return}
19
<li><a href="{$.request.return|escape}">{"Continue back to %s"|_|sprintf:$.request.return|escape}</a></li>
20
{/if}
21
+
22
+ {if Laddr::$chatLinker}
23
+ <li><a href="/chat">{_ "Join the community chatrooms"}</a></li>
24
+ {/if}
25
26
<li><a href="/profile">{_ "Fill out your profile and upload a photo"}</a></li>
27
</ul>
28
</p>
0 commit comments