Handle errors raised by plugins in template. fixes

This commit is contained in:
ArthurHoaro 2015-11-08 13:22:44 +01:00
parent 89dfc37b0a
commit 056107ab4e
4 changed files with 48 additions and 22 deletions

View file

@ -1126,3 +1126,8 @@ div.dailyNoEntry {
.center {
text-align: center;
}
ul.errors {
color: red;
float: left;
}