[Fixed]-Using python string formatting in a django template

17👍

3👍

0👍

I had omit the “%”:

    {{ variable|stringformat:".3f" }} 

Leave a comment