Revision 729480ef
Added by Jérôme Schneider about 13 years ago
| calebasse/dossiers/views.py | ||
|---|---|---|
|
patientrecord_delete = PatientRecordDeleteView.as_view()
|
||
|
|
||
|
|
||
|
class PatientRecordPaperIDUpdateView(cbv.UpdateView):
|
||
|
model = PatientRecord
|
||
|
form_class = forms.PaperIDForm
|
||
|
template_name = 'dossiers/generic_form.html'
|
||
|
success_url = '../..'
|
||
|
|
||
|
update_paper_id = PatientRecordPaperIDUpdateView.as_view()
|
||
|
|
||
|
|
||
|
|
||
Also available in: Unified diff
dossiers: support papper_id modification