Login page

This commit is contained in:
Raphael Michel
2018-07-08 17:44:13 +02:00
parent dc12b9a197
commit 32f401e423
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
{% csrf_token %}
{% bootstrap_field form.email %}
{% bootstrap_field form.password %}
{% if form.keep_logged_in %}
{% bootstrap_field form.keep_logged_in %}
{% endif %}

View File

@@ -4,7 +4,7 @@
@import "../../pretixbase/scss/_theme.scss";
body {
background: #eee;
background: #fbf7fc;
}
footer {
@@ -24,6 +24,10 @@ footer {
.form-signin {
@extend .well;
background: white;
box-shadow: 0 7px 14px 0 rgba(78, 50, 92, 0.1),0 3px 6px 0 rgba(0,0,0,.07);
border: 1px solid white;
max-width: 330px;
margin: auto;
padding-bottom: 0;