Test suite runs and passes!
[zzz-floof.git] / floof / templates / login.mako
1 <%inherit file="base.mako" />
2
3 <form action="${url(controller='account', action='login_begin')}" method="POST">
4 <p>
5     Identity URL: <input type="text" name="identity_url">
6     <input type="submit" value="Log in">
7 </p>
8 </form>