]> wagnertech.de Git - SVBaL.git/blob - python/eh_app/templates/vorlagen_verwalten.html
Merge branch 'master' of http://wagnertech.de/git/SVBaL
[SVBaL.git] / python / eh_app / templates / vorlagen_verwalten.html
1 {% load static %}
2 <html>
3 <head>
4         <link rel="stylesheet" type="text/css" href="{% static 'admin/css/base.css' %}">
5         <title>Siedlerverein-Verwaltung by WagnerTech UG</title>
6 </head>
7 <body>
8 <h1>Vorlagen verwalten</h1>
9 <form action="/eh-app/{{verein}}/vorlagen_verwalten/" method="post" enctype="multipart/form-data">
10 {% csrf_token %}
11 <table>
12 {{vorlagen_form}}
13 </table>
14 <p><input type="submit" value="Ă„ndern"/>
15 </form>
16 </body>
17 </html>