Can't put a period next to a Custom Property?
In my template I have something like this:
texthere blabla {{ person|lookup:'amount'|default:'' }}.
So it should come out like: texthere blabla $126.
Instead it comes out like: texthere blabla $126 .
It puts a space between the custom property and the period while this space is unwanted by me nor put by me when I’m editing the template.



