X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Flogin.tt;h=74eefa583257c4235aa9a65b0fec4a82efa4246d;hp=d2b70e2dceb25c4079e342ddda45e10bbbb77836;hb=8a3ece46ef6bfeefaa27f53f199c285d0062f841;hpb=9b343fd3d0f46473e2f5804ac09caeaed95e4283 diff --git a/root/tt/login.tt b/root/tt/login.tt index d2b70e2..74eefa5 100644 --- a/root/tt/login.tt +++ b/root/tt/login.tt @@ -1,13 +1,33 @@ +[% META title = 'Log In' -%] +

+This app lets you chat with other registered chatters. Cool! Once you are +registered and logged-in, you will be allowed to join a chat room and get +chatty. +

Log In

-[% IF ! c.user_exists %] +[% IF ! c.user_exists -%] + +[% form.render %] +

Register

+

+If you don't already have an account, you should +go register now! +

+[% ELSE -%]

You are already logged in.

Log Out -[% END %] +[% END -%]