6 lines
184 B
Python
6 lines
184 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_SMART_LINK_DYNAMIC_LABEL = '{{ document.label }}'
|
|
TEST_SMART_LINK_EDITED_LABEL = 'test edited label'
|
|
TEST_SMART_LINK_LABEL = 'test label'
|