From: Guillaume Pellerin Date: Wed, 19 Jul 2017 16:30:44 +0000 (+0200) Subject: fix more versions, bugfix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e02173f40979692f3c9cd2ba602a7813e0a54c9b;p=teleforma.git fix more versions, bugfix --- diff --git a/setup.py b/setup.py index 592aeec7..8997d52c 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,9 @@ setup( 'django-suit', 'django-nvd3', 'django-user-agents', + 'xhtml2pdf', + 'html5lib==0.95', + ], platforms=['OS Independent'], license='CeCILL v2', diff --git a/teleforma/admin.py b/teleforma/admin.py index 150a6cdc..2a2dbcae 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -143,7 +143,7 @@ class TrainingAdmin(admin.ModelAdmin): class CourseAdmin(admin.ModelAdmin): model = Course ordering = ['number'] - filter_horizontal = ['types'] + # filter_horizontal = ['types'] class DocumentAdmin(admin.ModelAdmin): exclude = ['readers']