Refactor group and music game models to use UniqueConstraint; update form error handling in templates
This commit is contained in:
parent
43ec6aafc4
commit
245a2503e2
5 changed files with 84 additions and 14 deletions
|
@ -64,3 +64,9 @@ article.message {
|
|||
color: var(--pico-color-red-500);
|
||||
}
|
||||
}
|
||||
|
||||
.form-error::before {
|
||||
margin-right: .5em;
|
||||
font-family: remixicon;
|
||||
content: "\eca0";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue