feat: Use crispy form tag

This commit is contained in:
2024-04-20 08:06:20 +02:00
parent 6d1cf9084b
commit 65a921248f
3 changed files with 19 additions and 8 deletions

View File

@@ -135,8 +135,12 @@ h1 {
.btn {
border: 2px solid #4090b6;
background-color: #4ba3cd;
background-color: var(--primary-light-one);
color: var(--secondary-light-one);
padding: 16px;
border-radius: 8px;
border: none;
font-weight: bold;
}
.form-button, .link-button a:link, .link-button a:visited {