GrafilIan / core

2 stars 0 forks source link

Student First Time Log In #10

Open johnmathewdino opened 11 months ago

johnmathewdino commented 11 months ago
GrafilIan commented 11 months ago

Tried to make the middle_name and suffix form field 'not required' but it the system requires that fields to be filled out. Therefore, I made an alternative approach like users should input specific text 'n/a' to resolve the problem and make it appear blank in the UI.

johnmathewdino commented 11 months ago

@GrafilIan in your model, add "blank=True null=True" and/or in your form remove the required attribute