feat: prevent editing of applicant's personal data in booking

This commit is contained in:
Björn Fromme
2025-01-27 18:21:47 +01:00
parent 7fe0734dec
commit c75f069ce0
5 changed files with 108 additions and 53 deletions
+2 -1
View File
@@ -21,6 +21,7 @@ label.required:after {
@apply border-red-500;
}
input[disabled] {
input[disabled],
input[readonly] {
@apply cursor-not-allowed;
}