Added filter functionality and combined both base.html

This commit is contained in:
2025-07-30 18:42:33 +03:00
parent c1183c22ea
commit 2d0d33d525
42 changed files with 604 additions and 81 deletions
+12
View File
@@ -101,6 +101,13 @@ button.btn-secondary:hover{
background-color: #EDDECB;
}
.btn.active {
background-color: #0d6efd;
color: #fff;
border-color: #0d6efd;
}
/* Error messages */
.errorlist {
color: #dc3545;
@@ -340,4 +347,9 @@ button.btn-secondary:hover{
box-shadow: none !important;
border: none !important;
}
}
#filterForm {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}