]> git.parisson.com Git - teleforma.git/commitdiff
fix more versions, bugfix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 19 Jul 2017 16:30:44 +0000 (18:30 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 19 Jul 2017 16:30:44 +0000 (18:30 +0200)
setup.py
teleforma/admin.py

index 592aeec79354f5e9a9e50cb06ea196d885edb770..8997d52c166885c52fa0c2603ac2460ed4a70104 100644 (file)
--- 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',
index 150a6cdc1a0717e3b6407e6107c852722fac5530..2a2dbcae3d62e23e7f9d3ef011602d875fa703b7 100644 (file)
@@ -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']