Revision a37b47e6
Added by Mikaël Ates about 12 years ago
| calebasse/dossiers/forms.py | ||
|---|---|---|
|
class InscriptionForm(ModelForm):
|
||
|
class Meta:
|
||
|
model = PatientRecord
|
||
|
fields = ('analysemotive', 'familymotive', 'provenance', 'advicegiver')
|
||
|
fields = ('analysemotive', 'familymotive', 'provenance',
|
||
|
'advicegiver', 'provenanceplace')
|
||
|
widgets = {}
|
||
|
|
||
|
class OutForm(ModelForm):
|
||
Also available in: Unified diff
dossiers: add provenance place field to patient record.