added some styles and formating
This commit is contained in:
parent
fa62ac8621
commit
9a339ba0e2
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -1,7 +1,39 @@
|
||||||
<form action="" method="post">
|
{% load static %}
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/admin/jsi18n/"></script>
|
||||||
|
<script type="text/javascript" src="{% static 'admin/js/core.js' %}"></script>
|
||||||
|
<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script>
|
||||||
|
<script type="text/javascript" src="{% static 'admin/js/jquery.init.js' %}"></script>
|
||||||
|
|
||||||
|
{{ form.media }}
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/base.css' %}" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="{% static 'admin/css/widgets.css' %}" />
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<style>
|
||||||
|
ul > li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
padding-left: 10;
|
||||||
|
}
|
||||||
|
label.required::after {
|
||||||
|
content: ' *';
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<img src="{% static 'evapp/logo.png' %}" />
|
||||||
|
<h1>
|
||||||
|
E V A - Eintritt, Veränderung, Austritt
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table>
|
<table>
|
||||||
{{form}}
|
{{form}}
|
||||||
</table>
|
</table>
|
||||||
<button type="submit" value="submit">Abschicken</button>
|
<button type="submit" value="submit">Abschicken</button>
|
||||||
</form>
|
</form>
|
||||||
|
</center>
|
||||||
|
|
Loading…
Reference in New Issue