Revert "fix typo"

This reverts commit 24d2c11c3e.
This commit is contained in:
Alexander Kryklia
2013-02-18 11:45:21 +02:00
parent 24d2c11c3e
commit 0a80f835c0
3 changed files with 1 additions and 1 deletions

BIN
1.db

Binary file not shown.

View File

@@ -49,7 +49,7 @@ class ConditionalModule(XModule):
# value: <name of module attribute>
conditions_map = {
'poll_answer': 'poll_answer', # poll_question attr
'completed': 'is_completed', # capa_problem attr
'compeleted': 'is_competed', # capa_problem attr
'attempted': 'is_attempted', # capa_problem attr
'voted': 'voted' # poll_question attr
}

Binary file not shown.