Commit f57db139 by Tim Krones

Fix "ImportError: 'module' object has no attribute 'DataExportBlock'".

parent 01e30ce9
...@@ -54,7 +54,7 @@ BLOCKS = [ ...@@ -54,7 +54,7 @@ BLOCKS = [
'pb-choice = problem_builder:ChoiceBlock', 'pb-choice = problem_builder:ChoiceBlock',
'pb-dashboard = problem_builder:DashboardBlock', 'pb-dashboard = problem_builder:DashboardBlock',
'pb-data-export = problem_builder:DataExportBlock', # Deprecated; use pb-student-answers-dashboard instead 'pb-data-export = problem_builder:StudentAnswersDashboardBlock', # Deprecated; use pb-student-answers-dashboard instead
'pb-student-answers-dashboard = problem_builder:StudentAnswersDashboardBlock', 'pb-student-answers-dashboard = problem_builder:StudentAnswersDashboardBlock',
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment