]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/admin-login.html
Rewrite geo load balancing.
[people/shoehn/ipfire.org.git] / templates / admin-login.html
CommitLineData
940227cb
MT
1{% extends "base-1.html" %}
2
3{% block title %}{{ _("Please login") }}{% end block %}
4
60024cc8 5{% block body %}
940227cb
MT
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") }}" />
3d92325a 11 {% raw xsrf_form_html() %}
940227cb
MT
12 </form>
13{% end block %}