projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Comment posting support.
[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>