Merge branch 'master' into subtree
[nikiroo-utils.git] / library / web / templates / login.html
CommitLineData
074a8325
NR
1 <form method='POST' action='${url}' class='login'>
2 <p>You must be logged into the system to see the stories.</p>
3 <input type='text' name='login' />
4 <input type='password' name='password' />
5 <input type='submit' value='Login' />
6 </form>