DebbieBergstrom / realDreamsCo

https://real-dreams-co-a66bd587b968.herokuapp.com/
0 stars 1 forks source link

[BUG]: No line breaks in product description #56

Closed DebbieBergstrom closed 4 months ago

DebbieBergstrom commented 6 months ago

Describe the bug: When I add description to product in admin panel with line breaks, the line breaks ar not rendered in the product_detail page.

Expected behavior: Want to have line breaks for a more spacious look of the text.

Solution: Added {{ product.description|linebreaksbr }} in the template and the line breaks made in the admin product panel was rendered as I wish.

Solved: YES