mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:47:08 +00:00
Show azimuth to two decimal places.
In planner report template. Closes #126.
This commit is contained in:
@@ -202,7 +202,7 @@ footer {
|
||||
<td>{{ line.ts0 |timestamp("minutes") }}</td>
|
||||
<td>{{ line.ts1 |timestamp("minutes") }}</td>
|
||||
<td>{{ (line.length/1000) |round(1) }} km</td>
|
||||
<td>{{ line.azimuth }}°</td>
|
||||
<td>{{ line.azimuth |round(2) }}°</td>
|
||||
<td>{{ line.remarks |markdownInline }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user