##// END OF EJS Templates
Add info, error and warning message boxes.
Add info, error and warning message boxes.

File last commit:

r5324:233e9c0f
r5326:e63c730f
Show More
login.html
8 lines | 258 B | text/html | HtmlLexer
{% extends layout.html %}
{% block content_panel %}
<form action="/login?next={{url_escape(next)}}" method="post">
Password: <input type="password" name="password">
<input type="submit" value="Sign in" id="signin">
</form>
{% end %}