Added delete functionality for events. Additionally, made improvements and fixed to the validation for event creation.

This commit is contained in:
vince0656 2018-06-19 15:15:42 +01:00
parent 11abbb8a64
commit 7b2ac3ec38
7 changed files with 188 additions and 33 deletions

View file

@ -137,13 +137,17 @@ div.formset_object {
background-image: linear-gradient(to bottom, rgb(242, 222, 222) 0, rgb(242, 203, 208) 100%);
}
/* Error */
/* Error / Success */
.errorText {
margin-top: 0.5em;
font-weight: bold;
color: red;
}
.successText {
color: green;
}
/* File uploading */
input[type="file"] {
display: none;