Skip to content

Commit

Permalink
Hotfix: Minor GLD-Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper committed Nov 18, 2024
1 parent 2864456 commit d8361cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.59 (unreleased)


- Nothing changed yet.
- Hotfix: Correct minor GLD-Addition bug


## 0.58 (2024-11-18)
Expand Down
2 changes: 1 addition & 1 deletion api/bro_upload/templates/registration_GLD_Addition.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<wml2:point>
<wml2:MeasurementTVP>
<wml2:time>{{ tvp.time }}</wml2:time>
{% if tvp.censorReason is none %}
{% if tvp.censorReason is not none %}
<wml2:value xsi:nil="true"/>
<wml2:metadata>
<wml2:TVPMeasurementMetadata>
Expand Down

0 comments on commit d8361cc

Please sign in to comment.