diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-10-17 17:03:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-17 17:03:55 +0200 |
| commit | 5888a8ae108bffd187c6c51a1c3ac72ac6d8ec02 (patch) | |
| tree | 499d067ca405603011f225bcf1da2e283d5a7b0a /print/templates | |
| parent | fb707ca4a2ae746d962458fdd4577b5fea16f4d9 (diff) | |
Fix PDF operator notes
use text() not html() (#338)
Diffstat (limited to 'print/templates')
| -rw-r--r-- | print/templates/operator_detailedview.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} </p> <p> - <span data-field-name="color-{{ color_block.color.hex_digits }}" contenteditable="true" data-placeholder="Enter thread name...">{{ color_block.color.name }}</span> + <span data-field-name="color-{{ color_block.color.hex_digits }}" contenteditable="true" data-placeholder="{{ _("Enter thread name...") }}">{{ color_block.color.name }}</span> <span>{{ color_block.color.rgb }}</span> <span data-field-name="thread-{{ color_block.color.hex_digits }}" contenteditable="true">{{ color_block.color.manufacturer }} {{ "#" + color_block.color.number if color_block.color.number }}</span> </p> |
