Add updated front end, updated CaseStudy model and profiles app
This commit is contained in:
7
apps/profiles/forms.py
Normal file
7
apps/profiles/forms.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.forms import ModelForm
|
||||
from django.contrib.auth import get_user_model
|
||||
|
||||
|
||||
class UpdateProfile(ModelForm):
|
||||
class Meta:
|
||||
model = get_user_model()
|
Reference in New Issue
Block a user