Project

General

Profile

« Previous | Next » 

Revision a37b47e6

Added by Mikaël Ates about 12 years ago

dossiers: add provenance place field to patient record.

View differences:

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