Skip to content
Snippets Groups Projects
Commit 622ff667 authored by Julian's avatar Julian
Browse files

Remove superfluous unicode declaring string prefix

parent 342a1e0f
No related branches found
No related tags found
1 merge request!241Resolve "Improve mobile design of substitution table"
Pipeline #54361 passed
......@@ -15,7 +15,7 @@ class SetVarNode(template.Node):
value = ""
context[self.var_name] = value
return u""
return ""
@register.tag(name="set")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment