]> wagnertech.de Git - SVBaL.git/blob - python/eh_app/templates/mitglieder_auswahlen.html
Merge branch 'master' of http://wagnertech.de/git/SVBaL
[SVBaL.git] / python / eh_app / templates / mitglieder_auswahlen.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>Mitglieder auswählen</h1>
9 <form action="." method="post" enctype="multipart/form-data">
10 {% csrf_token %}
11 <table>
12 {{mausw_form}}
13 </table>
14 <p><input type="submit" value="Auswählen"/>
15 </form>
16 </body>
17 </html>