diff --git a/evapp/static/evapp/logo.png b/evapp/static/evapp/logo.png new file mode 100644 index 0000000..cec78db Binary files /dev/null and b/evapp/static/evapp/logo.png differ diff --git a/evapp/templates/evapp/employee_form.html b/evapp/templates/evapp/employee_form.html index cd8f6bc..ea305c8 100644 --- a/evapp/templates/evapp/employee_form.html +++ b/evapp/templates/evapp/employee_form.html @@ -1,7 +1,39 @@ -
- {% csrf_token %} - - {{form}} -
- -
+{% load static %} + + + + + + +{{ form.media }} + + + + +
+ + + +

+ E V A - Eintritt, Veränderung, Austritt +

+ +
+ {% csrf_token %} + + {{form}} +
+ +
+