Validate URLs before adding

This commit is contained in:
Joakim Hellsén 2024-01-30 22:40:41 +01:00
commit c41780fca0
12 changed files with 386 additions and 16 deletions

View file

@ -44,10 +44,14 @@ textarea {
resize: vertical;
}
.messages {
list-style-type: none;
}
.error {
color: red;
}
.messages {
list-style-type: none;
.success {
color: green;
}