summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-03-24 13:45:00 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-03-24 13:45:00 +0000
commitda28aa7b2298041e641c5d7269785b642e42b8ce (patch)
treee698f30050ebaee9d87d4ddc752bdd3da474e54e
parent38130c876b86e2a014384d2d507dba77b8c84728 (diff)
downloadtroggle-da28aa7b2298041e641c5d7269785b642e42b8ce.tar.gz
troggle-da28aa7b2298041e641c5d7269785b642e42b8ce.tar.bz2
troggle-da28aa7b2298041e641c5d7269785b642e42b8ce.zip
Add <br>
-rw-r--r--core/views/editor_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/editor_helpers.py b/core/views/editor_helpers.py
index 8028c4f..fd6320e 100644
--- a/core/views/editor_helpers.py
+++ b/core/views/editor_helpers.py
@@ -160,7 +160,7 @@ def extract_gps(dict):
ref = "True"
else:
ref =""
- direction = f"Direction of view: {nsew:2} ({bearing:.0f}&deg;{ref})"
+ direction = f"<br />Direction of view: {nsew:2} ({bearing:.0f}&deg;{ref})"
else:
direction = ""