]> Dogcows Code - chaz/chatty/blobdiff - root/tt/login.tt
better client-side form validation; layout tweaks
[chaz/chatty] / root / tt / login.tt
index 3720e2611122f7c388e1fd3c5856a8cf2c07a8bd..74eefa583257c4235aa9a65b0fec4a82efa4246d 100644 (file)
@@ -1,5 +1,10 @@
 [% META title = 'Log In' -%]
 [% META title = 'Log In' -%]
-<h2>Log In</h2>
+<p>
+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.
+</p>
+<h1>Log In</h1>
 [% IF ! c.user_exists -%]
 <!--
 <form action="[% c.uri_for('login')  %]" method="post">
 [% IF ! c.user_exists -%]
 <!--
 <form action="[% c.uri_for('login')  %]" method="post">
 </form>
 -->
 [% form.render %]
 </form>
 -->
 [% form.render %]
-<h3>Register</h3>
+<h2>Register</h2>
 <p>
 <p>
-If you don't already have an account, <a href="[% c.uri_for('register') %]">go register</a>!
+If you don't already have an account, you should
+<a href="[% c.uri_for('register') %]">go register</a> now!
 </p>
 [% ELSE -%]
 <p>You are already logged in.</p>
 </p>
 [% ELSE -%]
 <p>You are already logged in.</p>
This page took 0.017267 seconds and 4 git commands to generate.