Added django messages.

This commit is contained in:
2018-01-23 20:08:02 +01:00
parent 7de503f91e
commit 75b06041c6
5 changed files with 44 additions and 3 deletions

View File

@@ -48,8 +48,11 @@ thead input {
float: right;
}
#messages {
margin-top: 2rem;
}
#page-body {
padding-top: 2rem;
padding-bottom: 6rem;
}