aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2022-01-11 15:21:12 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2022-01-11 15:21:35 +0100
commit77dfb2dd619863cf2a18893aa5f3de03b7eaa006 (patch)
treed0f8f23c13371bb098ca139de12f1c69cbc174c5 /server
parentcreate db migrations (diff)
downloadscout-subs-77dfb2dd619863cf2a18893aa5f3de03b7eaa006.tar.gz
scout-subs-77dfb2dd619863cf2a18893aa5f3de03b7eaa006.zip
correct linebreaks written in python
Diffstat (limited to 'server')
-rw-r--r--server/templates/server/doc_type.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/server/doc_type.html b/server/templates/server/doc_type.html
index 8b2131d..4f8fe6f 100644
--- a/server/templates/server/doc_type.html
+++ b/server/templates/server/doc_type.html
@@ -213,7 +213,7 @@
<i class="material-icons">message</i>Messaggio aggiuntivo
</div>
<div class="collapsible-body"><span>
- {{doctype.custom_message_text}}
+ {{doctype.custom_message_text | linebreaksbr}}
</span></div>
</li>
{% endif %}