.
This commit is contained in:
+8
-2
@@ -152,8 +152,14 @@ class LongForm(ModelForm):
|
|||||||
# "normal": RadioSelect(
|
# "normal": RadioSelect(
|
||||||
# choices=[(True, 'Yes'),
|
# choices=[(True, 'Yes'),
|
||||||
# (False, 'No')])
|
# (False, 'No')])
|
||||||
"feedback" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
|
"feedback" : TinyMCE(attrs={'cols': 80, 'rows': 20}),
|
||||||
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30})
|
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
|
||||||
|
"description" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
|
"history" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
|
"model_observation" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
|
"model_interpretation" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
|
"model_differential_diagnosis" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
|
"model_management" : Textarea(attrs={'cols': 80, 'rows': 5}),
|
||||||
}
|
}
|
||||||
|
|
||||||
def save(self, commit=True):
|
def save(self, commit=True):
|
||||||
|
|||||||
Reference in New Issue
Block a user