We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8f00dc + 979cffd commit ba2ba23Copy full SHA for ba2ba23
1 file changed
src/cdh/core/templatetags/datatables.py
@@ -13,7 +13,7 @@ def render(self, context):
13
if get_language() == 'nl':
14
link = 'cdh.core/js/datatables/lang/dutch.json'
15
16
- link = '{ "url": "%s" }' % static(link).replace('/', '\/')
+ link = '{ "url": "%s" }' % static(link).replace('/', r'\/')
17
18
return mark_safe(link)
19
0 commit comments