summaryrefslogtreecommitdiff
path: root/horizon/tables/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/tables/base.py')
-rw-r--r--horizon/tables/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/tables/base.py b/horizon/tables/base.py
index 660868fb..49917465 100644
--- a/horizon/tables/base.py
+++ b/horizon/tables/base.py
@@ -734,7 +734,7 @@ class DataTableOptions(object):
self.table_actions_template = \
'horizon/common/_data_table_table_actions.html'
self.context_var_name = unicode(getattr(options,
- 'context_var_nam',
+ 'context_var_name',
'table'))
self.actions_column = getattr(options,
'actions_column',