rework form style

This commit is contained in:
imperosol
2024-12-22 20:01:23 +01:00
parent 81773dc800
commit 72c2981d66
9 changed files with 767 additions and 219 deletions

View File

@ -173,6 +173,9 @@ class RegisteringForm(UserCreationForm):
class UserProfileForm(forms.ModelForm):
"""Form handling the user profile, managing the files"""
required_css_class = "required"
error_css_class = "error"
class Meta:
model = User
fields = [