Skip to content

Commit

Permalink
Also fix replace
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenHosper committed Nov 18, 2024
1 parent d8361cc commit 81fb98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/bro_upload/templates/replace_GLD_Addition.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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 81fb98c

Please sign in to comment.