diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-03-24 13:45:00 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-03-24 13:45:00 +0000 |
commit | da28aa7b2298041e641c5d7269785b642e42b8ce (patch) | |
tree | e698f30050ebaee9d87d4ddc752bdd3da474e54e | |
parent | 38130c876b86e2a014384d2d507dba77b8c84728 (diff) | |
download | troggle-da28aa7b2298041e641c5d7269785b642e42b8ce.tar.gz troggle-da28aa7b2298041e641c5d7269785b642e42b8ce.tar.bz2 troggle-da28aa7b2298041e641c5d7269785b642e42b8ce.zip |
Add <br>
-rw-r--r-- | core/views/editor_helpers.py | 2 |
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}°{ref})" + direction = f"<br />Direction of view: {nsew:2} ({bearing:.0f}°{ref})" else: direction = "" |