Add flash messages to receive template, and begin implementing upload POST

This commit is contained in:
Micah Lee 2018-03-13 05:50:26 -07:00
parent 8e82c07039
commit 000d9620c1
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 44 additions and 4 deletions

View file

@ -115,3 +115,15 @@ table.file-list td:last-child {
color: #666666;
margin: 0 0 20px 0;
}
ul.flashes {
list-style: none;
margin: 0;
padding: 0;
color: #cc0000;
}
ul.flashes li {
margin: 0;
padding: 10px;
}