]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/admin-login.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / admin-login.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Please login") }}{% end block %}
4
5 {% block body %}
6 <!-- XXX needs styling -->
7 <form name="login" method="POST">
8 <input type="text" name="name" />
9 <input type="password" name="password" />
10 <input type="submit" value="{{ _("Log in") }}" />
11 {{ xsrf_form_html() }}
12 </form>
13 {% end block %}