Added delete functionality for events. Additionally, made improvements and fixed to the validation for event creation.
This commit is contained in:
parent
11abbb8a64
commit
7b2ac3ec38
7 changed files with 188 additions and 33 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue