summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tbc/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbc/forms.py b/tbc/forms.py
index c187a9a..cf99afc 100644
--- a/tbc/forms.py
+++ b/tbc/forms.py
@@ -19,6 +19,7 @@ class UserProfileForm(forms.ModelForm):
exclude = ('user')
widgets = {
'about':forms.TextInput(attrs={'placeholder':'Tell us about yourself'}),
+ 'dob':forms.TextInput(attrs={'placeholder':'mm/dd/yyyy'}),
'insti_org':forms.TextInput(attrs={'placeholder':'Name of University/Organizaiton(if corporate)'}),
'dept_desg':forms.TextInput(attrs={'placeholder':'Name of the Department/Branch or your designation'}),
'phone_no':forms.TextInput(attrs={'placeholder':'Phone Number Please'}),