diff options
Diffstat (limited to 'printing_templates/Flowlayout.html')
-rw-r--r-- | printing_templates/Flowlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 2615c35a8..21691c22b 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -197,7 +197,7 @@ <tr> <td class="fieldData"> <div class="textArea"> - <p> {{ dive.notes }} </p> + <p> {{ dive.notes|safe }} </p> </div> </td> </tr> |