Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4fe6d commit fabecd7Copy full SHA for fabecd7
django_tables2/columns/linkcolumn.py
@@ -77,7 +77,7 @@ class LinkColumn(BaseLinkColumn):
77
``<a ...>...</a>`` tag.
78
text (str or callable): Either static text, or a callable. If set, this
79
will be used to render the text inside link instead of value (default).
80
- The calleble gets the record being rendered as argument.
+ The callable gets the record being rendered as argument.
81
82
.. [2] In order to create a link to a URL that relies on information in the
83
current row, `.Accessor` objects can be used in the *args* or *kwargs*
0 commit comments