Update login system to support the multiple threads of UWSGI

This commit is contained in:
Skia
2016-08-26 20:56:16 +02:00
parent b33c3b20bb
commit 9927310f6e
6 changed files with 134 additions and 44 deletions

View File

@ -291,6 +291,12 @@ label {
#user_edit img {
width: 100px;
}
#cash_summary_form label {
display: inline;
}
.inline {
display: inline;
}
.form_button {
width: 150px;
height: 120px;