diff options
Diffstat (limited to 'printing_templates/One Dive.html')
-rw-r--r-- | printing_templates/One Dive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 020c67b30..3884ecaba 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -210,7 +210,7 @@ <tr> <td class="fieldData"> <div class="textArea"> - <p> {{ dive.notes }} </p> + <p> {{ dive.notes|safe }} </p> </div> </td> </tr> |