From 5888a8ae108bffd187c6c51a1c3ac72ac6d8ec02 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 17 Oct 2018 17:03:55 +0200 Subject: Fix PDF operator notes use text() not html() (#338) --- print/templates/operator_detailedview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates') diff --git a/print/templates/operator_detailedview.html b/print/templates/operator_detailedview.html index e3c0d441..ae578d9d 100644 --- a/print/templates/operator_detailedview.html +++ b/print/templates/operator_detailedview.html @@ -53,7 +53,7 @@ {{ color_block.svg_preview|safe }}
- {{ color_block.color.name }} + {{ color_block.color.name }} {{ color_block.color.rgb }} {{ color_block.color.manufacturer }} {{ "#" + color_block.color.number if color_block.color.number }}
-- cgit v1.2.3