Project

General

Profile

« Previous | Next » 

Revision 63975fa8

Added by Jérôme Schneider almost 12 years ago

dossiers: fix tab8 FilteredSelectMultipleMise widget

View differences:

calebasse/dossiers/views.py
tab7_socialisation = PatientRecordSocialisationView.as_view()
class PatientRecordMedicalView(cbv.ServiceViewMixin, cbv.MultiUpdateView):
class PatientRecordMedicalView(cbv.UpdateView):
model = PatientRecord
forms_classes = {'physiology': forms.PhysiologyForm}
form_class = forms.PhysiologyForm
template_name = 'dossiers/patientrecord_tab8_medical.html'
success_url = './view#tab=7'

Also available in: Unified diff