2018-07-09 22:46:35 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block main %}
|
2018-07-09 01:09:53 +02:00
|
|
|
<form action="/touchkey" method="post">
|
|
|
|
<input type="hidden" name="username" value="{{ username }}"/><br/>
|
|
|
|
Touchkey: <input type="password" name="touchkey" /><br/>
|
|
|
|
<input type="submit" value="Login"/>
|
|
|
|
</form>
|
2018-07-09 22:46:35 +02:00
|
|
|
{% endblock %}
|