]> wagnertech.de Git - SVBaL.git/blob - python/eh_app/templates/login.html
Erste Version
[SVBaL.git] / python / eh_app / templates / login.html
1 {% load static %}
2 <html>
3 <head>
4         <title>Siedlerverein-Verwaltung by WagnerTech UG</title>
5         <link rel="stylesheet" type="text/css" href="{% static 'admin/css/base.css' %}">
6 </head>
7 <body>
8 <h1>Siedlerverein-Verwaltung by WagnerTech UG</h1>
9 <h2>Login</h2>
10 <form action="/eh-app/login" method="post" enctype="multipart/form-data">
11 {% csrf_token %}
12 {{fehlertext}}
13 <table>
14 {{form}}
15 </table>
16 <p><input type="submit" value="Anmelden"/>
17 </form>
18 </body>
19 </html>