Merge pull request #965 from ae-utbm/form-style

rework form style
This commit is contained in:
thomas girod
2024-12-27 22:24:09 +01:00
committed by GitHub
9 changed files with 767 additions and 219 deletions

View File

@ -47,6 +47,8 @@ class BillingInfoForm(forms.ModelForm):
class StudentCardForm(forms.ModelForm):
"""Form for adding student cards"""
error_css_class = "error"
class Meta:
model = StudentCard
fields = ["uid"]