X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=root%2Ftt%2Flogin.tt;h=3720e2611122f7c388e1fd3c5856a8cf2c07a8bd;hp=d2b70e2dceb25c4079e342ddda45e10bbbb77836;hb=e872d7b7c02a1006e4481271d902ad1ca1e0b8d4;hpb=9b343fd3d0f46473e2f5804ac09caeaed95e4283 diff --git a/root/tt/login.tt b/root/tt/login.tt index d2b70e2..3720e26 100644 --- a/root/tt/login.tt +++ b/root/tt/login.tt @@ -1,13 +1,27 @@ -

Log In

-[% IF ! c.user_exists %] +[% META title = 'Log In' -%] +

Log In

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

Register

+

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

+[% ELSE -%]

You are already logged in.

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