]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/admin-login.html
Rewrite geo load balancing.
[people/shoehn/ipfire.org.git] / 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 {% raw xsrf_form_html() %}
12 </form>
13 {% end block %}